Syntax
PROFILE arg1 arg2 arg3 arg4
Description
A profile is created or overwritten. It can be activated at the same time.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Profil name |
END |
KEYWORD |
Scope will be closed |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened |
ACTIVE |
KEYWORD |
The profile is activated and is thus used in the 3D display and for the components. Activating a profile deactivates the previously active profile. |
arg3
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened (arg2 != BEGIN) |
ADD |
KEYWORD |
The content of the scope will be added to the profil (arg2 = BEGIN). |
CLEAR |
KEYWORD |
The content of the profile is deleted before the scope is imported (arg2 = BEGIN). |
arg4 (arg3 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to the Profile. |
CLEAR |
KEYWORD |
The content of the profile is deleted before the scope is imported. |
Scopes
PROFILES
Examples
PROFILE "Profile(MG)" ACTIVE BEGIN CLEAR
SCALE 10
POLYGON BEGIN CLEAR
POINT 0.000000 0.000000
POINT 65.000000 1.000000 PARARAD 1800.000000
POINT 155.000000 -0.300000
POLYGON END
PROFILE END
A profile is created/overwritten and defined by a polygon. The profile elements are created by the calculation.
PROFILE "Gradiente(HT)" ACTIVE BEGIN CLEAR
SCALE 10
POINT ABS 0.000000 0 0.881403997
LINE ADS 38.153846
PARABOLA ADSH 53.692308 0.612222 -1.70895215
LINE ADS 63.153846
PROFILE END
A profile is created or overwritten. The profile elements are entered directly and not calculated from a profile polygon. The resulting profile is the same as above.
This way of profile input is not (yet) supported by the GUI.
|
(C) ALLPLAN GmbH |
Privacy policy |