Class BeamElementInfo
Inheritance
System.Object
System.MarshalByRefObject
BeamElementInfo
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class BeamElementInfo : TransientObject, IMessageSink, IDisposable
Constructors
BeamElementInfo(IntPtr)
Declaration
protected BeamElementInfo(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
HasSectionAssignedAtAftEnd
Declaration
public bool HasSectionAssignedAtAftEnd { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasSectionAssignedAtForeEnd
Declaration
public bool HasSectionAssignedAtForeEnd { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsTapered
Declaration
public bool IsTapered { get; }
Property Value
Type |
Description |
System.Boolean |
|
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 Int32[])
Declaration
public void GetEndReleasesAtAftEnd(out int[] endReleases)
Parameters
Type |
Name |
Description |
System.Int32[] |
endReleases |
|
GetEndReleasesAtForeEnd(out Int32[])
Declaration
public void GetEndReleasesAtForeEnd(out int[] endReleases)
Parameters
Type |
Name |
Description |
System.Int32[] |
endReleases |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable