Interface ICamApiTechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[Guid("C0384D7A-9E7C-4867-87AA-42642AF3186C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiTechOperation
Properties
Calculated
The operation toolpath is calculated
Declaration
Property Value
Enabled
The operation is blocked for calculation or not.
Declaration
Property Value
FullName
Slash divided full name of technology operation including parent groups
Declaration
Property Value
Id
Get unique identifier of technology operation
Declaration
Property Value
IsCollisionError
Error - the nodes of the machine are in collision
Declaration
bool IsCollisionError { get; }
Property Value
IsCompensationError
Error - the compensation value is too large
Declaration
bool IsCompensationError { get; }
Property Value
IsError
Error in calculating toolpath or simulation
Declaration
Property Value
IsGougeError
Error - the part is gouged
Declaration
bool IsGougeError { get; }
Property Value
IsGroup
Returns true if the operation is any kind of groups and can have child operations
Declaration
Property Value
IsHolderError
Error - the contact with the workpiece is on the holder
Declaration
bool IsHolderError { get; }
Property Value
IsMachiningResultCalculated
The machining result is calculated for this operation
Declaration
bool IsMachiningResultCalculated { get; }
Property Value
IsPlungeError
Error - the tool is plunged at too large an angle
Declaration
bool IsPlungeError { get; }
Property Value
IsRapidError
Error - the contact with the workpiece is on the rapid feed
Declaration
bool IsRapidError { get; }
Property Value
Error - the tool is overloaded
Declaration
bool IsToolOverloadError { get; }
Property Value
IsTravelError
Error - the axis is moved out of the limits
Declaration
bool IsTravelError { get; }
Property Value
IsTurnDirectionError
Error - the tool turn direction is incorrect
Declaration
bool IsTurnDirectionError { get; }
Property Value
LCS
Local coordinate system for current operation
Declaration
Property Value
Machine
Declaration
ICamApiMachine Machine { get; }
Property Value
Object to manage model formers of fixture
Declaration
ICamApiModelFormer ModelFormerFixtures { get; }
Property Value
Object to manage model formers of job assignment
Declaration
ICamApiModelFormer ModelFormerJobAssignment { get; }
Property Value
Object to manage model formers of part
Declaration
ICamApiModelFormer ModelFormerPart { get; }
Property Value
Object to manage model formers of restrictions
Declaration
ICamApiModelFormer ModelFormerRestrictions { get; }
Property Value
Object to manage model formers of workpiece
Declaration
ICamApiModelFormer ModelFormerWorkpiece { get; }
Property Value
Name
Get name of technology operation
Declaration
string Name { get; set; }
Property Value
OperationType
Type identifier of the technology operation
Declaration
string OperationType { get; }
Property Value
PartIndex
Index of the Part inside Technologist to which this operation relates.
Declaration
Property Value
SetupStageIndex
Index of the Setup stage inside Technologist to which this operation relates.
Declaration
int SetupStageIndex { get; }
Property Value
Simulated
The operation is simulated
Declaration
Property Value
Machining tool of the operation. You can cast different interfaces to it depend on exact tool type.
Declaration
ICamApiMachiningTool ToolEntity { get; }
Property Value
Units
Measurements of the operation
Declaration
TSTSystemUnits Units { get; }
Property Value
XMLProp
Value in XML-file, describing operation
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