Terrain - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Terrain

an appliable object for generating a 3-D terrain

 

Calling Sequence

Parameters

Options

Description

Calling Sequence

Terrain(vec1,vec2,data,opts)

Parameters

vec1

-

Vector; sorted vector of the first-axis breakpoints

vec2

-

Vector; sorted vector of the second-axis breakpoints

data

-

Matrix; Matrix of the data points

opts

-

(optional) equation(s) of the form option = value; specify options for the Terrain command

Options

title = string

The string used for the name of the terrain. The default is Undefined.

order = posint

The order of the axes representing vec1, vec2, and data. The integers 1, 2, and 3 are associated with the axes order of [x,y,z], [y,z,x], and [z,x,y], respectively. The default is 1.

Description

Terrain is an appliable object that generates a Terrain object.

Methods

Following are the methods of the Terrain object.

AddNoise

add noise to the terrain data points

CheckeredPlot

plot the checkered terrain

DeleteNoise

delete noise from the terrain data points

ExportData

export terrain data points to an Excel file

ExportSTL

export STL files for the terrain

Plot

plot the terrain

Resample

change the resolution of the terrain data points

Transpose

transpose the terrain data points

See Also

Tires