Model ElementThe ParamSurface element allows you to represent a surface defined in
the model as a Surface element.
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)
- The surface entity represented by this graphic object. This attribute is
mandatory.
- rm
- Reference (Marker)
- The Coordinate system with respect to which the surface is defined.
- U_seg
- Int ()
- Specifies the number of line segments used to represents the Surface in the
U direction.
- V_seg
- Int ()
- Specifies the number of line segments used to represents the Surface in the
V direction.
- color
- String()
- The color of the graphic for H3D animation. Specified as RGB (Red : Green :
Blue).
- hidden
- Boolean
- Specifies weather the graphics is being written to the H3D file or not.
- True implies that the graphic is hidden and is not
written to the H3D file.
- False implies that the graphic is not hidden and is
written to the H3D file.
- This attribute is optional. When not specified, it defaults to
False.
Comments
- See Properties
for an explanation about what properties are, why they are used, and how you can
extend these.