Search Results for

    Show / Hide Table of Contents

    Class BeamSectionOrientationOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    BeamSectionOrientationOptions
    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 BeamSectionOrientationOptions : TransientObject, IMessageSink, IDisposable

    Constructors

    BeamSectionOrientationOptions(nint)

    Declaration
    protected BeamSectionOrientationOptions(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DirectionType

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

    MethodType

    Declaration
    public BeamSectionOrientationOptions.Method MethodType { get; set; }
    Property Value
    Type Description
    BeamSectionOrientationOptions.Method

    Node

    Declaration
    public FENode Node { get; set; }
    Property Value
    Type Description
    FENode

    OrientedElement

    Declaration
    public FEElement OrientedElement { get; set; }
    Property Value
    Type Description
    FEElement

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    FreeResource()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX