Procedure CurveTo creates a bezier vertex point at the specified point. Parameter p specifies the coordinate location of the vertex.
PROCEDURE CurveTo(pX,pY : REAL);def vs.CurveTo(p):
return None| Name | Type | Description |
|---|---|---|
| p | REAL | Coordinate of vertex. |
Availability: from MiniCAD4.0