DeformSurface (Graphics)
Model ElementThe DeformSurface element allows you to represent a deformable surface defined in the model as a DeformSurface element. The graphic is defined by a number of straight line segments connecting vertices on the surface defined by DeformSurface reference.
Class Name
DeformSurface
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
dsurface | Reference (DeformableCurve) | No | Yes |
U_seg | Int () | ||
V_seg | Int () | ||
color | String() | ||
hidden | Bool() | No |
Usage
DeformSurface(dsurface=DeformableSurface())
Attributes
- dsurface
- Reference (DeformSurface)
- U_seg
- Int()
- V_seg
- Specifies the number of line segments used to represents the Deformable Surface in the V direction.
- color
- String()
- hidden
- Boolean
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.