Syntax
LSECTION arg1 arg2 arg3 arg4 arg5 arg6 arg7
Description
Definition of a parametric line through two points of intersection.
Arguments
Minimum number: 5
arg1
Value |
unit |
Meaning |
name |
TEXT |
Name of the parametric line |
arg2
Value |
unit |
Meaning |
LSECT |
KEYWORD |
1st point of intersection defined by two reference lines. |
POINT |
KEYWORD |
1st point of intersection defined by a point (PCART) |
arg3
Value |
unit |
Meaning |
ref1[:i] |
TEXT |
Name of the 1st reference line of the 1st point of intersection 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. |
arg4 (arg2 = LSECT)
Value |
unit |
Meaning |
ref2[:i] |
TEXT |
Name of the 2nd reference line of the 1st point of intersection; 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 (arg2 = LSECT)
Value |
unit |
Meaning |
LSECT |
KEYWORD |
2nd point of intersection defined by 2 reference lines. |
POINT |
KEYWORD |
2nd point of intersection defined by a point (PCART) |
arg6 (arg2 = LSECT)
Value |
unit |
Meaning |
ref3[:i] |
TEXT |
Name of the 1st reference line of the 2nd point of intersection 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. |
arg7 (arg2 = LSECT and arg5 = LSECT)
Value |
unit |
Meaning |
ref4[:i] |
TEXT |
Name of the 2nd reference line of the 1st point of intersection; 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. |
arg4 (arg2 = POINT)
Value |
unit |
Meaning |
LSECT |
KEYWORD |
2nd point of intersection defined by 2 reference lines. |
POINT |
KEYWORD |
2nd point of intersection defined by a point (PCART) |
arg5 (arg2 = POINT)
Value |
unit |
Meaning |
ref3 |
TEXT |
Name of the 1st reference line of the 2nd point of intersection or point reference (PCART) |
arg6 (arg2 = POINT and arg4 = LSECT)
Value |
unit |
Meaning |
ref4 |
TEXT |
Name of the 2nd reference line of the 2nd point of intersection; 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
LSECTION "L14" POINT "P4" LSECT "L5" "L11"
The line "L14" runs through the point "P4" and the point of intersection of the lines "L5" and "L11".
|
(C) ALLPLAN GmbH |
Privacy policy |