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()  

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).

Comments

  1. See Properties for an explanation about what properties are, why they are used, and how you can extend these.