SculptTag
¶
New in version R15.037.
When a
PolygonObject
is made sculptable it will contain a
SculptTag
. Each
SculptTag
references a
SculptObject
in the Document. This
SculptObject
contains all the layers and offsets used by the sculpt tools.
Note
The class
SculptTag
cannot be instantiated.
MakeSculptObject()
function should be used instead.
c4d.modules.sculpting.
SculptTag
¶
c4d.BaseTag
SculptTag.
GetSculptObject
(
)
¶
Get the
SculptObject
for this
SculptTag
.
Return type: | c4d.modules.sculpting.SculptObject |
---|---|
Returns: |
The
SculptObject
that this tag references.
|