2027 Class
Changes 0
C

StructuralFramingUtils

Description:
A collection of Structural Framing Utilities.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.StructuralFramingUtils
public static class StructuralFramingUtils
Name Return Type Description
M AllowJoinAtEnd(FamilyInstance, Int32) None Sets the indicated end of the framing element to be allowed to join to others.
M CanFlipEnds(FamilyInstance) Boolean Determines if the ends of the given framing element can be flipped.
M CanSetEndReference(FamilyInstance, Int32) Boolean Determines if a reference can be set for the given end of the framing element.
M DisallowJoinAtEnd(FamilyInstance, Int32) None Sets the indicated end of the framing element to not be allowed to join to others.
M FlipEnds(FamilyInstance) None Flips the ends of the structural framing element.
M GetEndReference(FamilyInstance, Int32) Reference Returns a reference to the end of a framing element according to the setback settings.
M IsEndReferenceValid(FamilyInstance, Int32, Reference) Boolean Determines if the given reference can be set for the given end of the framing element.
M IsJoinAllowedAtEnd(FamilyInstance, Int32) Boolean Identifies if the indicated end of the framing element is allowed to join to others.
M RemoveEndReference(FamilyInstance, Int32) None Resets the end reference of the structural framing element.
M SetEndReference(FamilyInstance, Int32, Reference) None Sets the end reference of a framing element.