Interface ICamApiTechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[Guid("C0384D7A-9E7C-4867-87AA-42642AF3186C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiTechOperation
Properties
Calculated
Declaration
Property Value
Enabled
Declaration
Property Value
FullName
Declaration
Property Value
Id
Declaration
Property Value
IsCollisionError
Declaration
bool IsCollisionError { get; }
Property Value
IsCompensationError
Declaration
bool IsCompensationError { get; }
Property Value
IsError
Declaration
Property Value
IsGougeError
Declaration
bool IsGougeError { get; }
Property Value
IsGroup
Declaration
Property Value
IsHolderError
Declaration
bool IsHolderError { get; }
Property Value
IsMachiningResultCalculated
Declaration
bool IsMachiningResultCalculated { get; }
Property Value
IsPlungeError
Declaration
bool IsPlungeError { get; }
Property Value
IsRapidError
Declaration
bool IsRapidError { get; }
Property Value
Declaration
bool IsToolOverloadError { get; }
Property Value
IsTravelError
Declaration
bool IsTravelError { get; }
Property Value
IsTurnDirectionError
Declaration
bool IsTurnDirectionError { get; }
Property Value
LCS
Declaration
Property Value
Machine
Declaration
ICamApiMachine Machine { get; }
Property Value
MachineConfiguration
Declaration
ICamApiMachineConfiguration MachineConfiguration { get; }
Property Value
Declaration
ICamApiModelFormer ModelFormerFixtures { get; }
Property Value
Declaration
ICamApiModelFormer ModelFormerJobAssignment { get; }
Property Value
Declaration
ICamApiModelFormer ModelFormerPart { get; }
Property Value
Declaration
ICamApiModelFormer ModelFormerRestrictions { get; }
Property Value
Declaration
ICamApiModelFormer ModelFormerWorkpiece { get; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
OperationType
Declaration
string OperationType { get; }
Property Value
PartIndex
Declaration
Property Value
SetupStageIndex
Declaration
int SetupStageIndex { get; }
Property Value
Simulated
Declaration
Property Value
Technologist
Declaration
ICamApiTechOperationOwner Technologist { get; }
Property Value
Declaration
ICamApiMachiningTool ToolEntity { get; }
Property Value
Units
Declaration
TSTSystemUnits Units { get; }
Property Value
WorkpieceCoordinateSystem
Declaration
ICamApiWorkpieceCoordinateSystem WorkpieceCoordinateSystem { get; }
Property Value
XMLProp
Declaration
IST_XMLPropPointer XMLProp { get; }
Property Value
Methods
GetPropIterator(string, out TResultStatus)
Declaration
IST_CustomPropIterator GetPropIterator(string PageID, out TResultStatus ResultStatus)
Parameters
Returns
InitMachineEvaluator(ICamApiMachineEvaluator, out TResultStatus)
Declaration
void InitMachineEvaluator(ICamApiMachineEvaluator MachineEvaluator, out TResultStatus ResultStatus)
Parameters
LoadFromXmlProp(IST_XMLPropPointer, out TResultStatus)
Declaration
void LoadFromXmlProp(IST_XMLPropPointer XMLProp, out TResultStatus ResultStatus)
Parameters
RegisterHandler(string, ICamApiEventHandler, IListString, out TResultStatus)
Declaration
void RegisterHandler(string HandlerIdent, ICamApiEventHandler Handler, IListString Events, out TResultStatus ResultStatus)
Parameters
SaveToXmlProp(out IST_XMLPropPointer, out TResultStatus)
Declaration
void SaveToXmlProp(out IST_XMLPropPointer XMLProp, out TResultStatus ResultStatus)
Parameters
UnregisterHandler(string, out TResultStatus)
Declaration
void UnregisterHandler(string HandlerIdent, out TResultStatus ResultStatus)
Parameters