Value > MAXWrapper > Node > GeometryClass > Terrain |
0-Graded Surface (Creates a graded surface of the mesh over the contours.)
1-Graded Solid (Creates a graded surface with skirts around the sides and a bottom surface. This represents a solid that is visible from every direction.)
2-Layered Solid (Creates a "wedding cake" or laminated solid similar to cardboard architectural models.)
Select the type of display for the terrain object:
0-Terrain (Displays only the triangulated mesh over the contour line data.)
1-Contours (Displays only the contour line data of the terrain object.)
2-Both (Displays both the triangulated mesh and the contour line data of the terrain object.)
Set update settings for the terrain object:
0-Always (Updates the terrain object immediately when you change an operand, including the original object of an instanced or referenced operand.)
1-WhenRendering (Updates the terrain object when you render the scene or when you force an update. With this option, viewports won't show current geometry unless you.)
2-Manually (Updates the terrain object when you force an update.)
The number of contour operands. Read-only.
Get/set the horizontal simplification value.
Get/set the vertical simplification value.
The following properties are available only after the terrain object has been created.
The values shown for the properties are those for a terrain object created from three circles.
The operand transforms are in the local coordinate system of the terrain object.
<Terrain>.Op_0__Circle01 SubAnim default: SubAnim:Op_0__Circle01 <Terrain>.Op_0_Transform SubAnim default: SubAnim:Op_0_Transform <Terrain>.Op_1__Circle02 SubAnim default: SubAnim:Op_1__Circle02 <Terrain>.Op_1_Transform SubAnim default: SubAnim:Op_1_Transform <Terrain>.Op_2__Circle03 SubAnim default: SubAnim:Op_2__Circle03 <Terrain>.Op_2_Transform SubAnim default: SubAnim:Op_2_Transform
Appends a node as a contour operand to the terrain.
Deletes the indexed operand, index_integer is 1-based.
Returns the indexed contour operand as a 3ds Max base object (not a node), index_integer is 1-based.
Returns the indexed operand's local transformation matrix as a Matrix3 value.
This transformation matrix is relative to the terrain's node transformation matrix.
Sets the indexed operand's local transformation matrix.
This transformation matrix is relative to the terrain's node transformation matrix.
Forces a terrain update for those in manual update mode.
The above methods are defined in the Landform DLL and so will only be present if the Landform DLL has been loaded.
In installations set up with delayed plugin loading enabled, this will happen automatically if there are any existing terrain objects in the scene or a terrain object is created in the user interface or via MAXScript.