Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 536 Bytes

File metadata and controls

31 lines (24 loc) · 536 Bytes

AddVertex3D

Description

Procedure AddVertex3D adds a 3D vertex to the referenced 3D polygon object.

PROCEDURE AddVertex3D(
				objectHd : HANDLE;
				pX,pY,pZ : REAL);
def vs.AddVertex3D(objectHd, p):
    return None

Parameters

Name Type Description
objectHd HANDLE Handle to object.
p REAL Location of 3D vertex point.

See Also

VS Functions: Add3DPt

Version

Availability: from MiniCAD6.0

Category