Interface ICamIpcSurfaceProbingCycle
Surface probing cycle geometry. XML type: TSingleSurfProbingCycle.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("7B294922-C077-47B2-8EC2-949CCB1549DE")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcSurfaceProbingCycle
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 |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |