Interface ICamApiInternalRectangleProbingProtectedCycle
Internal rectangle probing protected cycle geometry. XML type: TInternalRectangleProtectedCycle.
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FF1BB954-D451-4477-9E64-E69F16F4CF4C")]
public interface ICamApiInternalRectangleProbingProtectedCycle
Properties
Declaration
double AllDepth { get; set; }
Property Value
Declaration
double AllStock { get; set; }
Property Value
Declaration
double FeedDistance { get; set; }
Property Value
Declaration
TST3DPoint Geom1TargetPoint1 { get; set; }
Property Value
Declaration
TST3DPoint Geom1TargetPoint2 { get; set; }
Property Value
Declaration
TST3DPoint Geom1TargetVector1 { get; set; }
Property Value
Declaration
TST3DPoint Geom1TargetVector2 { get; set; }
Property Value
Declaration
TST3DPoint Geom2TargetPoint1 { get; set; }
Property Value
Declaration
TST3DPoint Geom2TargetPoint2 { get; set; }
Property Value
Declaration
TST3DPoint Geom2TargetVector1 { get; set; }
Property Value
Declaration
TST3DPoint Geom2TargetVector2 { get; set; }
Property Value
Methods
Set the geometry item for Geom1, first touch point. FullName is the model-tree full path.
Declaration
void SetGeom1FirstSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|
Set the geometry item for Geom1, second touch point. FullName is the model-tree full path.
Declaration
void SetGeom1SecondSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|
Set the geometry item for Geom2, first touch point. FullName is the model-tree full path.
Declaration
void SetGeom2FirstSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|
Set the geometry item for Geom2, second touch point. FullName is the model-tree full path.
Declaration
void SetGeom2SecondSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|