Class CoEdgeHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CoEdgeHelper
Methods
Edge(ComWrapper<ICamApiCoEdge>)
Underlying edge (3D curve) this co-edge runs along
Declaration
public static ComWrapper<ICamApiEdge> Edge(this ComWrapper<ICamApiCoEdge> coEdgeCom)
Parameters
Returns
Geometry(ComWrapper<ICamApiCoEdge>)
Curve, making up this co-edge
Declaration
public static ComWrapper<ICamApiSurfaceCurve> Geometry(this ComWrapper<ICamApiCoEdge> coEdgeCom)
Parameters
Returns
Orientation(ComWrapper<ICamApiCoEdge>)
Orientation of the co-edge
Declaration
public static bool Orientation(this ComWrapper<ICamApiCoEdge> coEdgeCom)
Parameters
Returns