3D Lingo Dictionary > T-Z > tension

 

tension

Syntax

member(whichCastmember).model(whichModel).sds.tension

Description

3D subdivision surface property; allows you to get or set a floating-point percentage between 0.0 and 100.0 that controls how tightly the newly generated surface matches the original surface. The higher this value, the more tightly the subdivided surface matches the original surface. The default is 65.0.

Example

This statement sets the tension property of the sds modifier of the model Baby to 35. If the sds modifier's error setting is low and its depth setting is high, this statement will have a very pronounced effect on Baby's geometry.

member("scene").model("Baby").sds.tension = 35

See also

sds (modifier), error, depth