Interface ICamIpcDoubleWallExternalCornerCycle
Double wall external corner probing cycle. XML type: TDoubleWallExternalCornerCycle.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F053445E-053C-4D25-A2BC-ADB59F8F10FD")]
public interface ICamIpcDoubleWallExternalCornerCycle
Properties
Clearance1
Clearance for wall 1.
Declaration
double Clearance1 { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Clearance2
Clearance for wall 2.
Declaration
double Clearance2 { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Step1
Step size along wall 1.
Declaration
double Step1 { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Step2
Step size along wall 2.
Declaration
double Step2 { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
StepCnt1
Number of steps along wall 1.
Declaration
int StepCnt1 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StepCnt2
Number of steps along wall 2.
Declaration
int StepCnt2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Stock
Stock (material allowance).
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TargetPoint1
First target point (wall 1).
Declaration
TST3DPoint TargetPoint1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetPoint2
Second target point (wall 2).
Declaration
TST3DPoint TargetPoint2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector1
First approach direction (wall 1).
Declaration
TST3DPoint TargetVector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
TargetVector2
Second approach direction (wall 2).
Declaration
TST3DPoint TargetVector2 { 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 |