Syntax
CURVE arg1 arg2 arg3 arg4 arg5
Description
The existing table will be filled.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Table name |
END |
KEYWORD |
Scope will be closed |
arg2 - arg4
Value |
Dimension |
Meaning |
CONSTX |
KEYWORD |
All abscissa values are constant. It is advantageous to declare actual constant tables as constant. This significantly reduces the calculation time when using the table. |
CONSTY |
KEYWORD |
All ordinate values are constant. It is advantageous to declare actual constant tables as constant. This significantly reduces the calculation time when using the table. |
BEGIN |
KEYWORD |
Scope will be opened |
arg3 - arg5 (previous argument BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to the table. |
CLEAR |
KEYWORD |
The content of the table is deleted before the scope is imported. |
Scopes
CALC
Examples
CURVE "hsection" CONSTX CONSTY BEGIN CLEAR
LINE "0" "3.7"
PARA0B "30" "3.7"
LINE "42.5" "5.2"
PARA0E "47.5" "5.2"
LINE "60" "3.7"
PARA0B "90" "3.7"
LINE "102.5" "5.2"
PARA0E "107.5" "5.2"
LINE "120" "3.7"
LINE "150" "3.7"
CURVE END
Constant table.
CURVE "Sinus" BEGIN CLEAR
FREE "0" "sin(\$_x_)"
FREE "\$pix2" "sin(\$_x_)"
CURVE END
Table with use of formulas.
|
(C) ALLPLAN GmbH |
Privacy policy |