Interface ICamApiEdgeAnalyzer
Solver that reconstructs edge adjacency on imported CAM geometry (which has no shared
edges between faces) and classifies each edge as convex/concave/smooth/boundary.
Obtain the singleton via ICamApiApplication.GetSingletonExtension(ICamApiEdgeAnalyzer).
Assembly: CAMAPI.TechSolvers.dll
Syntax
[Guid("14B1DB3C-D146-4795-ACC7-637C193B6061")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiEdgeAnalyzer
Methods
Build(ICamApiFaceList, double, out TResultStatus)
Declaration
ICamApiEdgeFaceInfoList Build(ICamApiFaceList Faces, double Tolerance, out TResultStatus ResultStatus)
Parameters
Returns
CreateFaceList()
Create an empty face list builder. Populate it with Add/AddRange, then call Build()
and pass the result to Build below.
Declaration
ICamApiFaceListBuilder CreateFaceList()
Returns