Class EdgeFaceInfoHelper
Inheritance
EdgeFaceInfoHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class EdgeFaceInfoHelper
Methods
FaceA(ComWrapper<ICamApiEdgeFaceInfo>)
First face adjacent to the edge
Declaration
public static ComWrapper<ICamApiFace> FaceA(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns
FaceB(ComWrapper<ICamApiEdgeFaceInfo>)
Second face adjacent to the edge, or null for a boundary edge
Declaration
public static ComWrapper<ICamApiFace> FaceB(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns
IsBoundary(ComWrapper<ICamApiEdgeFaceInfo>)
True if the edge borders only one face (free/boundary edge)
Declaration
public static bool IsBoundary(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns
IsConcave(ComWrapper<ICamApiEdgeFaceInfo>)
True if the dihedral across the edge is concave
Declaration
public static bool IsConcave(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns
IsConvex(ComWrapper<ICamApiEdgeFaceInfo>)
True if the dihedral across the edge is convex
Declaration
public static bool IsConvex(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns
IsSmooth(ComWrapper<ICamApiEdgeFaceInfo>)
True if the two faces meet tangentially (smooth blend)
Declaration
public static bool IsSmooth(this ComWrapper<ICamApiEdgeFaceInfo> infoCom)
Parameters
Returns