Share

StructuralElementDefinitionData Class

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.3.0.0 (25.3.0.0)

Syntax

C#

public class StructuralElementDefinitionData : IDisposable

The StructuralElementDefinitionData type exposes the following members.

Constructors

 NameDescription
Public methodStructuralElementDefinitionData Creates empty StructuralElementDefinitionData object.

Properties

 NameDescription
Public propertyCenterCurve The curve lying in the geometrical center of the element.
Public propertyCurve The definition curve of the element.
Public propertyEndShortening Cutback or extension at element curve end.
Public propertyIsMirrored States if the structural section of the element is mirrored.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyNormal The local Z direction of the element section in the start point of the curve.
Public propertySection Structural section of the element.
Public propertyStartShortening Cutback or extension at element curve start.
Public propertyYJust Y justification (ref axis).
Public propertyYOffset Y offset.
Public propertyZJust Z justification (ref axis).
Public propertyZOffset Z offset.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the StructuralElementDefinitionData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?