Interface ICamApiThreePointsWebProbingCycle
Three-points web probing cycle geometry. XML type: TThreePointsWebProbingCycle.
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("C4C9225B-AB90-48D2-A548-D24D28B54473")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiThreePointsWebProbingCycle
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 TargetPoint3 { get; set; }
Property Value
Declaration
TST3DPoint TargetVector1 { get; set; }
Property Value
Declaration
TST3DPoint TargetVector2 { get; set; }
Property Value
Declaration
TST3DPoint TargetVector3 { 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