Plane

Model ElementThe Plane element allows you to generate a simple planar graphic.

Class Name

Plane

Attribute Summary

Name Property Modifiable by command? Designable?
rm Reference(Marker) NO Yes
xmin Double() Yes
ymin Double() Yes
xmax Double() Yes
ymax Double() Yes
refinement_level Int()  
color String()  

Usage

Plane( rm=Marker(), xmin=-10, ymin=-10, xmax=10, ymax=10, refinement_level=3)

Attributes

rm
Reference(Marker)
The marker is used as a coordinate system for the plane graphic.
xmin
Double()
Start of the spatial extent of Plane in x direction.
xmax
Double()
End of the spatial extent of Plane in x direction.
ymin
Double()
Start of the spatial extent of Plane in y direction.
ymax
Double()
End of the spatial extent of Plane in y direction.
refinement_level
Int()
Specifies the level of detail of the plane graphic entity. Default is 3.
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.