Syntax
OPTION opt1
Description
Different model and input options.
Arguments
Minimum quantity: 1
opt1
Value |
Dimension |
Meaning |
BEGINASNEW |
KEYWORD |
The objects to be imported are emptied when their scopes are opened and the content specified in the respective scope is added to the empty object. This option has no effect on non-incremental import. |
BEGINASOPEN |
KEYWORD |
The objects to be imported are not reset when opening their scopes and the content specified in the respective scope is added to the object. This option has no effect on non-incremental import. Default |
Scopes
ABM
Examples
OPTION BEGINASNEW
AXES BEGIN
AXIS "Axis" BEGIN
SSLOPE ASC
SBEGIN 0
PLAN BEGIN
POINT ABS 0 0 0
LINE DS 15
SPIRAL KKL 0 0.005 65
PLAN END
AXIS END
AXES END
The objects to be imported are emptied when their scopes are opened and the content specified in the respective scope is added to the empty object. This option has no effect on non-incremental import. The axis contains 3 plane elements (point, line, spiral) after import.
OPTION BEGINASOPEN
AXES BEGIN
AXIS "Axis" BEGIN
PLAN BEGIN
CIRCLE DSR 75 200
PLAN END
AXIS END
AXES END
The objects to be imported are not reset when opening their scopes and the content specified in the respective scope is added to the object. This option has no effect on non-incremental import. A circular arc is added to the existing axis.
|
(C) ALLPLAN GmbH |
Privacy policy |