Interface ICamApiGrooveProbingProtectedCycle
Groove probing protected cycle geometry. XML type: TGrooveProbingCycleProtected.
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("4281CCA8-F45C-4B2D-AF8C-5FCB477F341F")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiGrooveProbingProtectedCycle
Properties
Declaration
double Depth { get; set; }
Property Value
Declaration
double SideClearance { get; set; }
Property Value
Declaration
double Stock { get; set; }
Property Value
Declaration
TST3DPoint TargetPoint1 { get; set; }
Property Value
Declaration
TST3DPoint TargetPoint2 { get; set; }
Property Value
Declaration
TST3DPoint TargetVector1 { get; set; }
Property Value
Declaration
TST3DPoint TargetVector2 { get; set; }
Property Value
Declaration
double TopClearance { get; set; }
Property Value
Declaration
bool TopClearanceEnabled { get; set; }
Property Value
Declaration
double Width { get; set; }
Property Value
Methods
Set the geometry item for the first side (wall 1). FullName is the model-tree full path of the geometry entity.
Declaration
void SetFirstSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|
Set the geometry item for the second side (wall 2). FullName is the model-tree full path of the geometry entity.
Declaration
void SetSecondSideGeometryItem(string FullName)
Parameters
| Type |
Name |
Description |
| string |
FullName |
|