Class NestingStock
Assembly: NXOpen.dll
Syntax
public class NestingStock : TransientObject, IMessageSink, IDisposable
Constructors
NestingStock(nint)
Declaration
protected NestingStock(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Length
Declaration
public double Length { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Priority
Declaration
public NestingStock.Priorities Priority { get; set; }
Property Value
Quantity
Declaration
public int Quantity { get; set; }
Property Value
Thickness
Declaration
public double Thickness { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink