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