Syntax
TERRAIN arg1 arg2
Description
Input of a terrain.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Terrain name |
END |
KEYWORD |
Scope will be closed. |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened (arg1 != END) |
arg3 (arg2 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to. |
CLEAR |
KEYWORD |
The content of the scope is deleted before the scope is imported. |
Scopes
TERRAINS
Examples
TERRAIN "Terrain 1" BEGIN
TEXT ""
SURFACE "Surface 1" BEGIN
FILE "terrain.glb"
TOMETER 0.1
ORIGIN 100.000 100.000
BIMPLUS "" OFF
SURFACE END
TERRAIN END
The terrain "Terrain 1” is created/overwritten. It contains the surface "Surface 1" as a reference to the file "terrain.glb". There is no connection to a Bimplus project.
|
(C) ALLPLAN GmbH |
Privacy policy |