c4d.modules.sculpting.SculptTag¶
-
class
c4d.modules.sculpting.
SculptTag
¶ - When a
PolygonObject
is made sculptable it will contain aSculptTag
.EachSculptTag
references aSculptObject
in the Document.ThisSculptObject
contains all the layers and offsets used by the sculpt tools.New in version R15.037.
Warning
The classSculptTag
cannot be instantiated.MakeSculptObject()
function should be used instead.
Methods Signatures
Get the |
Inheritance
Parent Class:
Methods Documentation
-
SculptTag.
GetSculptObject
(self)¶ Get the
SculptObject
for thisSculptTag
.- Return type
- Returns
The
SculptObject
that this tag references.