ParamSurface
Model ElementThe ParamSurface element allows you to represent a surface defined in the model as a Surface element.
Class Name
ParamSurface
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
surface | Reference (Surface) | No | |
rm | Reference (Marker) | Yes | |
U_seg | Int () | ||
V_seg | Int () | ||
color | String() | ||
hidden | Bool() | No |
Usage
surface = ParamSurface(rm=Marker(), surface=Surface(), seg=20)
Attributes
- surface
- Reference (Surface)
- rm
- Reference (Marker)
- U_seg
- Int ()
- V_seg
- Int ()
- color
- String()
- hidden
- Boolean
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.