Search Results for

    Show / Hide Table of Contents

    Class BeamSectionOrientationOptions

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

    Constructors

    BeamSectionOrientationOptions(IntPtr)

    Declaration
    protected BeamSectionOrientationOptions(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr 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
    System.IDisposable
    In This Article
    Back to top Generated by DocFX