StructuralFramingUtils
A collection of Structural Framing Utilities.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.StructuralFramingUtils
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class StructuralFramingUtilsThe StructuralFramingUtils type exposes the following members.
Methods
Name
Description
Public Method
Static Member
AllowJoinAtEnd
Sets the indicated end of the framing element to be allowed to join to others.
Public Method
Static Member
CanFlipEnds
Determines if the ends of the given framing element can be flipped.
Public Method
Static Member
CanSetEndReference
Determines if a reference can be set for the given end of the framing element.
Public Method
Static Member
DisallowJoinAtEnd
Sets the indicated end of the framing element to not be allowed to join to others.
Public Method
Static Member
FlipEnds
Flips the ends of the structural framing element.
Public Method
Static Member
GetEndReference
Returns a reference to the end of a framing element according to the setback settings.
Public Method
Static Member
IsEndReferenceValid
Determines if the given reference can be set for the given end of the framing element.
Public Method
Static Member
IsJoinAllowedAtEnd
Identifies if the indicated end of the framing element is allowed to join to others.
Public Method
Static Member
RemoveEndReference
Resets the end reference of the structural framing element.
Public Method
Static Member
SetEndReference
Sets the end reference of a framing element.