SURFACE
This element can be used to create custom surfaces which value can be set using links.
Attributes brief detailed show all inherited
also, each axis has the same attributes as a PARAM element, with additional "x_", "y_" or "z_" prefix, according to the considered axis.
Examples
The following example creates a surface and linkes another surface to the newly created one:
- <!-- the new surface -->
- <SURFACE id="new_surface" x_default="0" x_min="0" x_max="4" x_unit="" y_default="0" y_min="0" y_max="4" y_unit="" z_default="0" z_max="1" z_min="0" z_unit="" />
- <!-- link (copy) one surface to another -->
- <SURFACE_LINK from="source_surface" to="new_surface" enabled="true" />
See more examples in SURFACE_LINK.
Related elements
Also see FORMULA_SURFACE, SURFACE_FROM_CURVE_OVER_TIME, VIEW_3D, GRID_3D, GL_OBJECT_3D.
Comments
Please, authorize to view and post comments.