Class SurfaceCurveHelper
Inheritance
SurfaceCurveHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class SurfaceCurveHelper
Methods
EndNormal(ComWrapper<ICamApiSurfaceCurve>)
Normal at the end point of the curve
Declaration
public static TST3DPoint EndNormal(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
EndPoint(ComWrapper<ICamApiSurfaceCurve>)
Declaration
public static TST3DPoint EndPoint(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
EndTangent(ComWrapper<ICamApiSurfaceCurve>)
Tangent at the end point of the curve
Declaration
public static TST3DPoint EndTangent(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
SaveToReceiver(ComWrapper<ICamApiSurfaceCurve>, ComWrapper<ICamApiAbstractCurveReceiver>, double, double, double)
Read the curve, executing methods of the receiver at each point
Declaration
public static void SaveToReceiver(this ComWrapper<ICamApiSurfaceCurve> curveCom, ComWrapper<ICamApiAbstractCurveReceiver> receiver, double tMin, double tMax, double tolerance)
Parameters
StartNormal(ComWrapper<ICamApiSurfaceCurve>)
Normal at the start point of the curve
Declaration
public static TST3DPoint StartNormal(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
StartPoint(ComWrapper<ICamApiSurfaceCurve>)
Declaration
public static TST3DPoint StartPoint(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
StartTangent(ComWrapper<ICamApiSurfaceCurve>)
Tangent at the start point of the curve
Declaration
public static TST3DPoint StartTangent(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
TMax(ComWrapper<ICamApiSurfaceCurve>)
End parameter on the curve
Declaration
public static double TMax(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns
TMin(ComWrapper<ICamApiSurfaceCurve>)
Start parameter on the curve
Declaration
public static double TMin(this ComWrapper<ICamApiSurfaceCurve> curveCom)
Parameters
Returns