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