Interface ICamApiSurfaceProbingCycle
Typed access to surface probing cycle geometry. Available only on items whose XML type inherits from TSingleSurfProbingCycle.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("074BA613-1EEA-4EB2-BDA4-8F637E17A38B")]
public interface ICamApiSurfaceProbingCycle
Properties
Clearance
Clearance distance
Declaration
double Clearance { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Stock
Stock (material allowance)
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TargetPoint
Target point in world coordinates
Declaration
TST3DPoint TargetPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector
Target vector (probe approach direction)
Declaration
TST3DPoint TargetVector { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |