Search Results for

    Show / Hide Table of Contents

    Class BeamSectionOffsetOptions

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

    Constructors

    BeamSectionOffsetOptions(IntPtr)

    Declaration
    protected BeamSectionOffsetOptions(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AftOffset

    Declaration
    public BeamSectionOffsetOptions.Offset AftOffset { get; set; }
    Property Value
    Type Description
    BeamSectionOffsetOptions.Offset

    ForeOffset

    Declaration
    public BeamSectionOffsetOptions.Offset ForeOffset { get; set; }
    Property Value
    Type Description
    BeamSectionOffsetOptions.Offset

    IsOffsetSpecified

    Declaration
    public bool IsOffsetSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    OffsetMethodType

    Declaration
    public BeamSectionOffsetOptions.Method OffsetMethodType { get; set; }
    Property Value
    Type Description
    BeamSectionOffsetOptions.Method

    SameEndOffsets

    Declaration
    public bool SameEndOffsets { get; set; }
    Property Value
    Type Description
    System.Boolean

    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