Interface ICamApiPartStage
Part inside setup stage in CAM technologist
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("6CD5643E-6983-4D42-A303-5ED83C03C989")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPartStage
Properties
Machine
Get machine instance
Declaration
ICamApiMachine Machine { get; }
Property Value
Type | Description |
---|---|
ICamApiMachine |
PartIndex
Internal Identifier of the setup stage to ask by ICamApiTechnologist.Part[]
Declaration
int PartIndex { get; }
Property Value
Type | Description |
---|---|
int |
SetupStageIndex
Internal Identifier of the setup stage to ask by ICamApiTechnologist.SetupStage[]
Declaration
int SetupStageIndex { get; }
Property Value
Type | Description |
---|---|
int |
WorkpieceCoordinateSystem
Workpiece coordinate system of the part stage
Declaration
ICamApiWorkpieceCoordinateSystem WorkpieceCoordinateSystem { get; }
Property Value
Type | Description |
---|---|
ICamApiWorkpieceCoordinateSystem |
WorkpieceSetup
Setup of workpiece
Declaration
ICamApiWorkpieceSetup WorkpieceSetup { get; }
Property Value
Type | Description |
---|---|
ICamApiWorkpieceSetup |