Search Results for

    Show / Hide Table of Contents

    Class ShipPreparationInfo

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    ShipPreparationInfo
    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.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ShipPreparationInfo : TransientObject, IMessageSink, IDisposable

    Constructors

    ShipPreparationInfo(IntPtr)

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

    Properties

    BasicDesignFeature

    Declaration
    public Feature BasicDesignFeature { get; set; }
    Property Value
    Type Description
    Feature

    BlendRadius

    Declaration
    public double BlendRadius { get; set; }
    Property Value
    Type Description
    System.Double

    ExtendImprints

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

    Feature

    Declaration
    public Feature Feature { get; set; }
    Property Value
    Type Description
    Feature

    HoleDiameter

    Declaration
    public double HoleDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    MaximumExtensionDistance

    Declaration
    public double MaximumExtensionDistance { get; set; }
    Property Value
    Type Description
    System.Double

    Parent

    Declaration
    public ShipPreparationInfo Parent { get; set; }
    Property Value
    Type Description
    ShipPreparationInfo

    RemoveBlends

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

    RemoveOpenings

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

    SourcePart

    Declaration
    public Component SourcePart { get; }
    Property Value
    Type Description
    Component

    Target

    Declaration
    public ShipPreparationInfo Target { get; set; }
    Property Value
    Type Description
    ShipPreparationInfo

    TargetBody

    Declaration
    public Body TargetBody { get; set; }
    Property Value
    Type Description
    Body

    ToBeDeleted

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

    Type

    Declaration
    public ShipPreparationInfo.Types Type { get; set; }
    Property Value
    Type Description
    ShipPreparationInfo.Types

    Methods

    FreeResource()

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

    GetImprintData(out NXObject[])

    Declaration
    public void GetImprintData(out NXObject[] imprintData)
    Parameters
    Type Name Description
    NXObject[] imprintData

    GetLinkedData(out NXObject[])

    Declaration
    public void GetLinkedData(out NXObject[] linkedData)
    Parameters
    Type Name Description
    NXObject[] linkedData

    GetSourceData(out NXObject[])

    Declaration
    public void GetSourceData(out NXObject[] sourceData)
    Parameters
    Type Name Description
    NXObject[] sourceData

    SetImprintData(NXObject[])

    Declaration
    public void SetImprintData(NXObject[] imprintData)
    Parameters
    Type Name Description
    NXObject[] imprintData

    SetSourceData(NXObject[])

    Declaration
    public void SetSourceData(NXObject[] sourceData)
    Parameters
    Type Name Description
    NXObject[] sourceData

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX