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()  
hidden Bool() No

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

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