Syntax
ABSANGLE arg1 arg2 arg3 arg4 arg5
Description
Definition of a parametric line by rotation around a point of intersection.
Arguments
Minimum number: 4
arg1
Value |
unit |
Meaning |
name |
TEXT |
Name of the parametric line |
arg2
Value |
unit |
Meaning |
rot |
ANGLED |
Angle |
rvar |
TEXT |
Angle specification by reference to a type ANGLE variable |
arg3
Value |
unit |
Meaning |
LSECT |
KEYWORD |
Rotation point defined by 2 reference lines. |
POINT |
KEYWORD |
Rotation point defined by a point (PCART) |
arg4
Value |
unit |
Meaning |
ref1[:i] |
TEXT |
Name of the 1st reference line of the rotation point or point reference (PCART); the optional suffix ":1" or ":2" determines the number of the point of intersection if an arc is part of the intersection. As there can be up to two points of intersection, one of the two must be determined. This can be on either the first or second clipping line. |
arg5 (arg3 = LSECT)
Value |
unit |
Meaning |
ref2[:i] |
TEXT |
Name of the 2nd reference line of the rotation point; the optional suffix ":1" or ":2" determines the number of the point of intersection if an arc is part of the intersection. As there can be up to two points of intersection, one of the two must be determined. This can be on either the first or second clipping line. |
Scopes
CSECTION/CLINES
Examples
ABSANGLE "L8" -75.00000 LSECT "L4" "L7"
The parametric line "L8" arises due to rotation of 75° in the point of intersection of the lines "L4" and "L7".
|
(C) ALLPLAN GmbH |
Privacy policy |