StructuralFramingUtils Class

A collection of Structural Framing Utilities.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureStructuralFramingUtils

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class StructuralFramingUtils

The StructuralFramingUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAllowJoinAtEnd Sets the indicated end of the framing element to be allowed to join to others.
Public methodStatic memberCanFlipEnds Determines if the ends of the given framing element can be flipped.
Public methodStatic memberCanSetEndReference Determines if a reference can be set for the given end of the framing element.
Public methodStatic memberDisallowJoinAtEnd Sets the indicated end of the framing element to not be allowed to join to others.
Public methodStatic memberFlipEnds Flips the ends of the structural framing element.
Public methodStatic memberGetEndReference Returns a reference to the end of a framing element according to the setback settings.
Public methodStatic memberIsEndReferenceValid Determines if the given reference can be set for the given end of the framing element.
Public methodStatic memberIsJoinAllowedAtEnd Identifies if the indicated end of the framing element is allowed to join to others.
Public methodStatic memberRemoveEndReference Resets the end reference of the structural framing element.
Public methodStatic memberSetEndReference Sets the end reference of a framing element.
Top
See Also