Syntax
SURFACE 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
TERRAIN
Examples
SURFACE "Surface 1" BEGIN
FILE "terrain.glb"
TOMETER 0.1
ORIGIN 100.000 100.000
BIMPLUS "" OFF
SURFACE END
The surface "surface 1” is created/overwritten. It contains a reference to the file "terrain.glb". There is no connection to a Bimplus project.
Coordinates are treated according to the following rules:
xMeter := xFile * TOMETER
xOffset := xOrigin - xProject_Offset
xFinal := xOffset,Meter + xMeter
The coordinate xFinal will be presented in the chosen dimension of structural lengths.
|
(C) ALLPLAN GmbH |
Privacy policy |