C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
A polygon with a solid. More...
#include <map_lump.h>
Public Member Functions | |
MbPolygon3DSolid (uint _comp, MbPolygon3D &_polyg) | |
Constructor. More... | |
~MbPolygon3DSolid () | |
Destructor. | |
MbPolygon3D * | GetPolygon () const |
Get the polygon. | |
uint | GetComponent () const |
Get the name of a component. | |
void | DoNotDeletePolyg () |
Reset polygon without removal. | |
A polygon with a solid.
A polygon with a solid.
|
inline |
Constructor.
Constructor by a component name and a polygon.
[in] | _comp | - A component name. |
[in] | _polyg | - A polygon. |