i made this code
but that is not work ~~~
pls what problem ?
today sorry too ~
for i in selection as array do
(
convertTopoly i
subobjectLevel = 4
topFaces = #{}
gfc = if isKindOf i Editable_Poly then polyop.getFaceCenter else meshop.getFaceCenter
for f = 1 to i.numfaces do
(
if (gfc i f).z == i.max.z do append topFaces f
)
i.EditablePoly.SetSelection #face topFaces
i.insetType = 1
i.insetAmount = 200
i.EditablePoly.buttonOp #Inset
i.faceExtrudeHeight = -600
i.EditablePoly.buttonOp #Extrude
clearSelection()
)
miauu · 2018-04-19