Class NestingSettings
Inheritance
System.Object
System.MarshalByRefObject
NestingSettings
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)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class NestingSettings : TransientObject, IMessageSink, IDisposable
Constructors
NestingSettings(IntPtr)
Declaration
protected NestingSettings(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
BatchQuantity
Declaration
public int BatchQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EdgeToPartDistance
Declaration
public double EdgeToPartDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NestDirection
Declaration
public NestingSettings.NestDirections NestDirection { get; set; }
Property Value
Type | Description |
---|---|
NestingSettings.NestDirections |
NestTime
Declaration
public double NestTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OutputFilePath
Declaration
public string OutputFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartToPartDistance
Declaration
public double PartToPartDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StandardStockFilePath
Declaration
public string StandardStockFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AddLayerToAttachLayers(Int32)
Declaration
public void AddLayerToAttachLayers(int layer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | layer |
AddLayerToCutLayers(Int32)
Declaration
public void AddLayerToCutLayers(int layer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | layer |
ClearAttachLayers()
Declaration
public void ClearAttachLayers()
ClearCutLayers()
Declaration
public void ClearCutLayers()
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAttachLayers()
Declaration
public int[] GetAttachLayers()
Returns
Type | Description |
---|---|
System.Int32[] |
GetCutLayers()
Declaration
public int[] GetCutLayers()
Returns
Type | Description |
---|---|
System.Int32[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable