Interface ICamIpcInternalRectangleProbingProtectedCycle
Internal rectangle probing protected cycle geometry. XML type: TInternalRectangleProtectedCycle.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1A803A0D-A159-44DA-8F13-1267FDE1D0A0")]
public interface ICamIpcInternalRectangleProbingProtectedCycle
Properties
AllDepth
Overall depth.
Declaration
double AllDepth { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
AllStock
Overall stock.
Declaration
double AllStock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
FeedDistance
Feed distance.
Declaration
double FeedDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Geom1TargetPoint1
First geometry, first target point.
Declaration
TST3DPoint Geom1TargetPoint1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom1TargetPoint2
First geometry, second target point.
Declaration
TST3DPoint Geom1TargetPoint2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom1TargetVector1
First geometry, first approach direction.
Declaration
TST3DPoint Geom1TargetVector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom1TargetVector2
First geometry, second approach direction.
Declaration
TST3DPoint Geom1TargetVector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom2TargetPoint1
Second geometry, first target point.
Declaration
TST3DPoint Geom2TargetPoint1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom2TargetPoint2
Second geometry, second target point.
Declaration
TST3DPoint Geom2TargetPoint2 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom2TargetVector1
Second geometry, first approach direction.
Declaration
TST3DPoint Geom2TargetVector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Geom2TargetVector2
Second geometry, second approach direction.
Declaration
TST3DPoint Geom2TargetVector2 { 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 |