c4d.modules.sculpting.SculptTag¶
-
class
c4d.modules.sculpting.SculptTag¶ - When a
PolygonObjectis made sculptable it will contain aSculptTag.EachSculptTagreferences aSculptObjectin the Document.ThisSculptObjectcontains all the layers and offsets used by the sculpt tools.New in version R15.037.
Warning
The classSculptTagcannot be instantiated.MakeSculptObject()function should be used instead.
Methods Signatures
Get the |
Inheritance
Parent Class:
Methods Documentation
-
SculptTag.GetSculptObject(self)¶ Get the
SculptObjectfor thisSculptTag.- Return type
- Returns
The
SculptObjectthat this tag references.