Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Unknown macro: {alias}

Name

fmo — Fast modelling

Syntax

fmo [inc] | [nx ny] [x | y] [ibo] [spl [ten]] [vdf] [sdi]

Description

Generate a fast grid model using interpolation between lines.

Input to fmo must be line oriented polydata. The boundary of the grid will start where a line is first met.

Arguments

inc xinc yinc

nx ny

ibo

x

y

spl [ten tension]

vdf

sdi

Information

lst i 117

val i 117 max_number_of_grid_nodes

Examples

Ex.1: Fast gridding

fmo inc 250 250 ;# fast grid model with x and y grid cell increments of 250
# Fast model gridding
z                 ;# Erase screen
win demo          ;# Get demo window (450000 460000 6450000 6460000 1000 4000)
spe bgc whi       ;# Specify background color to white
mak ran 11        ;# Make 11 random points
grp 222 222       ;# Make grid of dimension 222 x 222
mhi mygrid        ;# Move the grid to workspace 'mygrid'
mak ran 144       ;# Make 144 random points
mak lin dis 100   ;# Make points in line with distance 100
zap mygrid        ;# Get values from mygrid to the lines
pol 2             ;# Draw the lines with line width 2
fmo 222 222       ;# Make grid model of dimension 222 x 222
map               ;# Map the grid

The above example produces this image.


Fast model gridding of input lines

See also

grp - Grid points and lines, bmo - Border model grid

  • No labels