Class for work with sculpting layers. More...
Public Member Functions | |
SculptLayer & | clear () |
SculptLayer & | clone () |
SculptLayer & | cloneInstance () |
SculptLayer & | merge (const std::string &name) |
SculptLayer & | rename (const std::string &name) |
SculptLayer & | select (const std::string &name) |
SculptLayer & | shell () |
SculptLayer & | subtract (const std::string &name) |
SculptLayer & | resample () |
SculptLayer & | surface (const bool &v) |
bool | surface () const |
SculptLayer & | toSurface () |
surface( true ) | |
SculptLayer & | toVoxel () |
surface( false ) | |
SculptLayer & | toVoxel (int suggestPoly) |
SculptLayer & | visible (const bool &v) |
bool | visible () const |
SculptLayer & | hide () |
visible( false ) | |
SculptLayer & | show () |
visible( true ) | |
Static Public Member Functions | |
static SculptLayer * | instance () |
Class for work with sculpting layers.
|
inline |
|
inline |