Interface ICLDTLContactCommand
TLContact CLData command provides information about the normal to the machining surface at the point of contact of the tool with this surface. This is used to calculate 5D correction. In fact, this information determines in which direction (along which vector) the tool needs to be shifted in space by the amount of correction (the difference between the radius of the theoretical and actual tool).
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDTLContactCommand : ICLDCommand, INamedProperty
Properties
ContactNormal
Machining surface contact normal vector (X, Y, Z).
Declaration
TInp3DPoint ContactNormal { get; }
Property Value
Type | Description |
---|---|
TInp3DPoint |
IsOff
Determines whether the tool contacts the machined surface in subsequent movements. "True" - there is no contact information, "False" - there is contact information.
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Determines whether the tool contacts the machined surface in subsequent movements. "True" - there is contact information, "False" - there is no contact information.
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |