3DCoatScripting  4.8.31β
You can manage 3DСoat features with help of scripting
coat::scripto::SculptLayer Class Reference

Class for work with sculpting layers. More...

Public Member Functions

SculptLayerclear ()
 
SculptLayerclone ()
 
SculptLayercloneInstance ()
 
SculptLayermerge (const std::string &name)
 
SculptLayerrename (const std::string &name)
 
SculptLayerselect (const std::string &name)
 
SculptLayershell ()
 
SculptLayersubtract (const std::string &name)
 
SculptLayerresample ()
 
SculptLayersurface (const bool &v)
 
bool surface () const
 
SculptLayertoSurface ()
 surface( true )
 
SculptLayertoVoxel ()
 surface( false )
 
SculptLayertoVoxel (int suggestPoly)
 
SculptLayervisible (const bool &v)
 
bool visible () const
 
SculptLayerhide ()
 visible( false )
 
SculptLayershow ()
 visible( true )
 

Static Public Member Functions

static SculptLayerinstance ()
 

Detailed Description

Class for work with sculpting layers.

Since
4.5

Member Function Documentation

SculptLayer& coat::scripto::SculptLayer::surface ( const bool &  v)
inline
SculptLayer& coat::scripto::SculptLayer::visible ( const bool &  v)
inline
See Also
hide(), show()