Class EdgeHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class EdgeHelper
Methods
EndPoint(ComWrapper<ICamApiEdge>)
End point of the edge in model space
Declaration
public static TST3DPoint EndPoint(this ComWrapper<ICamApiEdge> edgeCom)
Parameters
Returns
Length(ComWrapper<ICamApiEdge>)
Straight-line distance between the edge endpoints
Declaration
public static double Length(this ComWrapper<ICamApiEdge> edgeCom)
Parameters
Returns
StartPoint(ComWrapper<ICamApiEdge>)
Start point of the edge in model space
Declaration
public static TST3DPoint StartPoint(this ComWrapper<ICamApiEdge> edgeCom)
Parameters
Returns