StructuralElementDefinitionData
Class containing information about section and position of the structural element.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.StructuralSections.StructuralElementDefinitionData
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class StructuralElementDefinitionData : IDisposable
The StructuralElementDefinitionData type exposes the following members.
Constructors
Name
Description
Public Method
StructuralElementDefinitionData
Creates empty StructuralElementDefinitionData object.
Properties
Name
Description
Public Property
CenterCurve
The curve lying in the geometrical center of the element.
Public Property
Curve
The definition curve of the element.
Public Property
EndShortening
Cutback or extension at element curve end.
Public Property
IsMirrored
States if the structural section of the element is mirrored.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
Normal
The local Z direction of the element section in the start point of the curve.
Public Property
Section
Structural section of the element.
Public Property
StartShortening
Cutback or extension at element curve start.
Public Property
YJust
Y justification (ref axis).
Public Property
YOffset
Y offset.
Public Property
ZJust
Z justification (ref axis).
Public Property
ZOffset
Z offset.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the StructuralElementDefinitionData
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)