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)
- xmin
- Double()
- xmax
- Double()
- ymin
- Double()
- ymax
- Double()
- refinement_level
- Int()
- color
- String()
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.