Syntax
AXIS arg1 arg2 arg3 arg4
Description
Input of a road axis, consisting of ground plan and elevation.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Axis name |
END |
KEYWORD |
Scope will be closed. |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened. |
ACCOMPANY |
KEYWORD |
Definition of an accompanying axis whose plan and elevation are based on a reference axis. |
SECONDARY |
KEYWORD |
Definition of a secondary axis that connects to a station of a reference axis at a certain angle. |
ACCPOLY |
KEYWORD |
Definition of a polygonal accompanying axis. The calculated axis has its own stationing, which results from the length and distance data of the used table. |
arg3
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened (arg2 != BEGIN) |
ADD |
KEYWORD |
The content of the scope will be added to the axis (arg2 = BEGIN). |
CLEAR |
KEYWORD |
The content of the axis 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 axis. |
CLEAR |
KEYWORD |
The content of the axis is deleted before the scope is imported. |
Scopes
AXES
Examples
AXIS "Axis1" BEGIN
AXIS END
The general axis "Axis1" is created/overwritten.
AXIS "Axis1+Dist" ACCOMPANY BEGIN
REFAXIS "Axis1" SBEG 10.000000 SEND 120.000000
PLANDIST 32.32000
REFPROFILE "Profile1"
HEIGHTDIFF 2.10000
AXIS END
The accompanying axis "Axis1+Dist" is created/overwritten.
AXIS "Axis3" SECONDARY BEGIN
REFAXIS "Axis 1" 15
DS 12.5
DALPHAP 0
ALPHAE 0
HCROSS -0.90000
AXIS END
The secondary axis "Axis3" is created/overwritten.
|
(C) ALLPLAN GmbH |
Privacy policy |