Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 500 Bytes

File metadata and controls

32 lines (24 loc) · 500 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

  • Objects - 3D