Search Results for

    Show / Hide Table of Contents

    Class ShipPreparationInfo

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

    Constructors

    ShipPreparationInfo(nint)

    Declaration
    protected ShipPreparationInfo(nint ptr)
    Parameters
    Type Name Description
    nint 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
    double

    ExtendImprints

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

    Feature

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

    HoleDiameter

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

    MaximumExtensionDistance

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

    Parent

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

    RemoveBlends

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

    RemoveOpenings

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

    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
    bool

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