Class BeamElementInfo
Inheritance
BeamElementInfo
Assembly: NXOpen.dll
Syntax
public class BeamElementInfo : TransientObject, IMessageSink, IDisposable
Constructors
BeamElementInfo(nint)
Declaration
protected BeamElementInfo(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
HasSectionAssignedAtAftEnd
Declaration
public bool HasSectionAssignedAtAftEnd { get; }
Property Value
HasSectionAssignedAtForeEnd
Declaration
public bool HasSectionAssignedAtForeEnd { get; }
Property Value
IsTapered
Declaration
public bool IsTapered { get; }
Property Value
LanguageOffsetAtAftEnd
Declaration
public Vector3d LanguageOffsetAtAftEnd { get; }
Property Value
LanguageOffsetAtForeEnd
Declaration
public Vector3d LanguageOffsetAtForeEnd { get; }
Property Value
NeutralOffsetAtAftEnd
Declaration
public Vector3d NeutralOffsetAtAftEnd { get; }
Property Value
NeutralOffsetAtForeEnd
Declaration
public Vector3d NeutralOffsetAtForeEnd { get; }
Property Value
OffsetSectionCentroidAtAftEnd
Declaration
public Point3d OffsetSectionCentroidAtAftEnd { get; }
Property Value
OffsetSectionCentroidAtForeEnd
Declaration
public Point3d OffsetSectionCentroidAtForeEnd { get; }
Property Value
OffsetSectionShearCenterAtAftEnd
Declaration
public Point3d OffsetSectionShearCenterAtAftEnd { get; }
Property Value
OffsetSectionShearCenterAtForeEnd
Declaration
public Point3d OffsetSectionShearCenterAtForeEnd { get; }
Property Value
OrientationCoordinateSystem
Declaration
public Matrix3x3 OrientationCoordinateSystem { get; }
Property Value
OrientationDirection
Declaration
public BeamSection.DirectionOption OrientationDirection { get; }
Property Value
OrientationNode
Declaration
public FENode OrientationNode { get; }
Property Value
OrientationVector
Declaration
public Vector3d OrientationVector { get; }
Property Value
SectionAtAftEnd
Declaration
public BeamSection SectionAtAftEnd { get; }
Property Value
SectionAtForeEnd
Declaration
public BeamSection SectionAtForeEnd { get; }
Property Value
SectionPropertiesAtAftEnd
Declaration
public BeamSection.Properties SectionPropertiesAtAftEnd { get; }
Property Value
SectionPropertiesAtForeEnd
Declaration
public BeamSection.Properties SectionPropertiesAtForeEnd { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetEndReleasesAtAftEnd(out int[])
Declaration
public void GetEndReleasesAtAftEnd(out int[] endReleases)
Parameters
Type |
Name |
Description |
int[] |
endReleases |
|
GetEndReleasesAtForeEnd(out int[])
Declaration
public void GetEndReleasesAtForeEnd(out int[] endReleases)
Parameters
Type |
Name |
Description |
int[] |
endReleases |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink