Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 454 Bytes

File metadata and controls

24 lines (18 loc) · 454 Bytes

CurveTo

Description

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

Parameters

Name Type Description
p REAL Coordinate of vertex.

Version

Availability: from MiniCAD4.0

Category