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