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
[Guid("074BA613-1EEA-4EB2-BDA4-8F637E17A38B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
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 |
Methods
SetFirstSideGeometryItem(string)
Set the geometry item (point from the model tree) for the measurement surface. FullName is the model-tree full path of the geometry entity.
Declaration
void SetFirstSideGeometryItem(string FullName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | FullName |