Search Results for

    Show / Hide Table of Contents

    Class BeamElementInfo

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    BeamElementInfo
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAE
    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
    Type Description
    Vector3d

    LanguageOffsetAtForeEnd

    Declaration
    public Vector3d LanguageOffsetAtForeEnd { get; }
    Property Value
    Type Description
    Vector3d

    NeutralOffsetAtAftEnd

    Declaration
    public Vector3d NeutralOffsetAtAftEnd { get; }
    Property Value
    Type Description
    Vector3d

    NeutralOffsetAtForeEnd

    Declaration
    public Vector3d NeutralOffsetAtForeEnd { get; }
    Property Value
    Type Description
    Vector3d

    OffsetSectionCentroidAtAftEnd

    Declaration
    public Point3d OffsetSectionCentroidAtAftEnd { get; }
    Property Value
    Type Description
    Point3d

    OffsetSectionCentroidAtForeEnd

    Declaration
    public Point3d OffsetSectionCentroidAtForeEnd { get; }
    Property Value
    Type Description
    Point3d

    OffsetSectionShearCenterAtAftEnd

    Declaration
    public Point3d OffsetSectionShearCenterAtAftEnd { get; }
    Property Value
    Type Description
    Point3d

    OffsetSectionShearCenterAtForeEnd

    Declaration
    public Point3d OffsetSectionShearCenterAtForeEnd { get; }
    Property Value
    Type Description
    Point3d

    OrientationCoordinateSystem

    Declaration
    public Matrix3x3 OrientationCoordinateSystem { get; }
    Property Value
    Type Description
    Matrix3x3

    OrientationDirection

    Declaration
    public BeamSection.DirectionOption OrientationDirection { get; }
    Property Value
    Type Description
    BeamSection.DirectionOption

    OrientationNode

    Declaration
    public FENode OrientationNode { get; }
    Property Value
    Type Description
    FENode

    OrientationVector

    Declaration
    public Vector3d OrientationVector { get; }
    Property Value
    Type Description
    Vector3d

    SectionAtAftEnd

    Declaration
    public BeamSection SectionAtAftEnd { get; }
    Property Value
    Type Description
    BeamSection

    SectionAtForeEnd

    Declaration
    public BeamSection SectionAtForeEnd { get; }
    Property Value
    Type Description
    BeamSection

    SectionPropertiesAtAftEnd

    Declaration
    public BeamSection.Properties SectionPropertiesAtAftEnd { get; }
    Property Value
    Type Description
    BeamSection.Properties

    SectionPropertiesAtForeEnd

    Declaration
    public BeamSection.Properties SectionPropertiesAtForeEnd { get; }
    Property Value
    Type Description
    BeamSection.Properties

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    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
    In This Article
    Back to top Generated by DocFX