Class ShipPreparationInfo
Inheritance
System.Object
System.MarshalByRefObject
ShipPreparationInfo
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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)
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
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
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
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
Target
Declaration
public ShipPreparationInfo Target { get; set; }
Property Value
TargetBody
Declaration
public Body TargetBody { get; set; }
Property Value
ToBeDeleted
Declaration
public bool ToBeDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public ShipPreparationInfo.Types Type { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
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