Interface ICamIpcThreePointsWebProbingCycle
Three-points web probing cycle geometry. XML type: TThreePointsWebProbingCycle.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("6B516EC2-A680-4C06-9661-CF3B49DF0EA2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcThreePointsWebProbingCycle
Properties
Depth
Depth of the web.
Declaration
double Depth { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
SideClearance
Side clearance distance.
Declaration
double SideClearance { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Stock
Stock (material allowance).
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TargetPoint1
First target point.
Declaration
TST3DPoint TargetPoint1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetPoint2
Second target point.
Declaration
TST3DPoint TargetPoint2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetPoint3
Third target point.
Declaration
TST3DPoint TargetPoint3 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector1
First approach direction.
Declaration
TST3DPoint TargetVector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector2
Second approach direction.
Declaration
TST3DPoint TargetVector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector3
Third approach direction.
Declaration
TST3DPoint TargetVector3 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TopClearance
Top clearance distance.
Declaration
double TopClearance { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TopClearanceEnabled
Whether top clearance is enabled.
Declaration
bool TopClearanceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Width
Width of the web.
Declaration
double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |