Syntax
PCART arg1 arg2 arg3 arg4 arg5 arg6
Description
Definition of a point, related to a point of intersection and depending on two offsets.
Arguments
Minimum number: 5
arg1
Value |
unit |
Meaning |
name |
TEXT |
Name of the parametric line (point) |
arg2
Value |
unit |
Meaning |
z |
LCROSSD |
Offset in Z-local |
zvar |
TEXT |
Spacing by reference to a type LENGTH variable |
arg3
Value |
unit |
Meaning |
y |
LCROSSD |
Offset in Y-local |
yvar |
TEXT |
Spacing by reference to a type LENGTH variable |
arg4
Value |
unit |
Meaning |
LSECT |
KEYWORD |
Reference point defined by 2 reference lines. |
POINT |
KEYWORD |
Reference point defined by a point (PCART) |
arg5
Value |
unit |
Meaning |
ref1[:i] |
TEXT |
Name of the 1st reference line of the reference 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. |
arg6 (arg4 = LSECT)
Value |
unit |
Meaning |
ref2[:i] |
TEXT |
Name of the 2nd reference line of the reference 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
PCART "P1" 0.51632 -0.01180 LSECT "Zloc" "Yloc"
Point "P1" is specified via 2 offsets, based on the point of intersection of the lines "Zloc" and "Yloc" here.
|
(C) ALLPLAN GmbH |
Privacy policy |