|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Instance of a two-dimensional object. More...
Classes | |
| class | MbPlaneInstance |
| Instance of a two-dimensional sketch objects. More... | |
| class | MbSketchErrors |
| A set of errors is the result of a sketch diagnosis. More... | |
| class | MbSketchCheckParameters |
| Sketch diagnostic parameters. More... | |
Namespaces | |
| c3d | |
| C3D namespace declaration. | |
Functions | |
| void | CheckSketch (const MbPlaneInstance &planeInstance, const MbSketchCheckParameters ¶meters, MbSketchErrors &errors) |
| Check sketch. More... | |
Instance of a two-dimensional object.
| void CheckSketch | ( | const MbPlaneInstance & | planeInstance, |
| const MbSketchCheckParameters & | parameters, | ||
| MbSketchErrors & | errors | ||
| ) |
Check sketch.
Sketch diagnostics. Checking contours for intersections (rt_Intersection), self-intersections (rt_SelfIntersection), searching for gaps (rt_ContourGapError) and overlaps (rt_ContourSegmentsOverlapError), correspondence of the flag of closure and actual closure (rt_MustBeOpen, rt_MustBeClosed).
| [in] | planeInstance | - A sketch containing a set of contours. |
| [in] | parameters | - Parameters of check. |
| [out] | errors | - Errors set. |