Class NestingPart
Assembly: NXOpen.dll
Syntax
public class NestingPart : TransientObject, IMessageSink, IDisposable
Constructors
NestingPart(nint)
Declaration
protected NestingPart(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AllowMirror
Declaration
public bool AllowMirror { get; set; }
Property Value
Clearance
Declaration
public double Clearance { get; set; }
Property Value
Declaration
public NestingPart.Formats Format { get; }
Property Value
Include
Declaration
public bool Include { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
Material
Declaration
public string Material { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Priority
Declaration
public NestingPart.Priorities Priority { get; set; }
Property Value
Quantity
Declaration
public int Quantity { get; set; }
Property Value
Rotation
Declaration
public NestingPart.Rotations Rotation { get; set; }
Property Value
RotationOffset
Declaration
public double RotationOffset { get; set; }
Property Value
RotationTolerance
Declaration
public double RotationTolerance { get; set; }
Property Value
Thickness
Declaration
public double Thickness { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink