Interface ICamIpcPartStage
Part inside setup stage in CAM technologist
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("3B712A2A-C415-49CA-9F5B-E34288BFA160")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcPartStage
Properties
Machine
Get machine instance
Declaration
ICamIpcMachine Machine { get; }
Property Value
Type | Description |
---|---|
ICamIpcMachine |
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
ICamIpcWorkpieceCoordinateSystem WorkpieceCoordinateSystem { get; }
Property Value
Type | Description |
---|---|
ICamIpcWorkpieceCoordinateSystem |
WorkpieceSetup
Setup of workpiece
Declaration
ICamIpcWorkpieceSetup WorkpieceSetup { get; }
Property Value
Type | Description |
---|---|
ICamIpcWorkpieceSetup |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |