Search Results for

    Show / Hide Table of Contents

    Class BeamElementInfo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    BeamElementInfo
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    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
    Type Description
    bool

    HasSectionAssignedAtForeEnd

    Declaration
    public bool HasSectionAssignedAtForeEnd { get; }
    Property Value
    Type Description
    bool

    IsTapered

    Declaration
    public bool IsTapered { get; }
    Property Value
    Type Description
    bool

    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 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
    IDisposable
    In this article
    Back to top Generated by DocFX