CURVE_B
creates a Bezier curve with n control points in 3D.
Syntax
CURVE_B n, status,
x1, y1, z1, t_next_x1, t_next_y1, t_next_z1,
...
t_prev_xn, t_prev_yn, t_prev_zn,
xn, yn, zn, t_next_xn, t_next_yn, t_next_zn
Parameters
n
(integer, £ 2): number of control points
status
: defines visibility of the curve, 0 - standard
xi
, yi
, zi
(real): control point coordinates
t_prev_xi
, t_prev_yi
, t_prev_zi
(real): previous tangent point coordinates
t_next_xi
, t_next_yi
, t_next_zi
(real): next tangent point coordinates
First point has only next tangent point coordinates!
Remarks
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |