|
C3D Toolkit
Kernel - 118052, Vision - 2.14.3.1813
|
Way for polygonal object constructing. More...
#include <mb_data.h>
Public Member Functions | |
| MbFormNote () | |
| Empty constructor. | |
| MbFormNote (bool w, bool g, bool s=true, bool e=false, bool q=false, bool f=true, bool m=true) | |
| Constructor by step type. | |
| MbFormNote (const MbFormNote &other) | |
| Copy-constructor. | |
| ~MbFormNote () | |
| Destructor. | |
| void | SetExact (bool e) |
| Polygonal objects will created on double data (true) on float data (false). | |
| void | SetWire (bool w) |
| Set flag construction isolines of surfaces. | |
| void | SetGrid (bool g) |
| Set flag constructing triangulations of surfaces. | |
| void | SetSeam (bool s) |
| Set the flag for duplicating triangulation points at the seams of closed surfaces. | |
| void | SetQuad (bool q) |
| Set flag for build quadrangles in triangulations of surfaces (if possible). | |
| void | SetFair (bool f) |
| Set flag degenerate triangles removing. | |
| void | SetMere (bool m) |
| Set flag to use a special algorithm for a flat surface. | |
| bool | DoExact () const |
| Polygonal objects will created on double data (true) on float data (false). | |
| bool | Wire () const |
| Whether to construct isolines of surfaces? | |
| bool | Grid () const |
| Whether to construct triangulations of surfaces? | |
| bool | Seam () const |
| Whether to duplicate triangulation points at the seams of closed surfaces? | |
| bool | Quad () const |
| Whether to build quadrangles in triangulations of surfaces (if possible)? | |
| bool | Fair () const |
| Get flag for degenerate triangles removing. | |
| bool | Mere () const |
| Use a special algorithm for a flat surface? | |
| void | Init (bool w, bool g, bool s, bool e=false, bool q=false, bool f=true, bool m=true) |
| Set data for step calculation during triangulation. | |
| void | Init (const MbFormNote &other) |
| Copy function of data. | |
| MbFormNote & | operator= (const MbFormNote &other) |
| Assignment operator. | |
| bool | IsEqual (const MbFormNote &other) const |
| Equal function. | |
Way for polygonal object constructing.
Way for polygonal object constructing or face triangulation.