Interface IPPFunTechInfoPart
Information about the Part being machined by this operation
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public interface IPPFunTechInfoPart
Properties
Index
Index of the Part in the list of SprutCAM's project parts list
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
int |
Name
The Part name (group name) that is set in SprutCAM
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Number
Part number that is explicitly set by the user in the part parameters of SprutCAM
Declaration
int Number { get; }
Property Value
Type | Description |
---|---|
int |