Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 626 Bytes

File metadata and controls

29 lines (23 loc) · 626 Bytes

GetObjectHiddenLine

Description

Create lines representing the hidden line geometry of the specified object.

FUNCTION GetObjectHiddenLine(
				hGeometry3D      : HANDLE;
				cuttingHeight    : REAL;
				bottomOfCutPlane : BOOLEAN): HANDLE;
def vs.GetObjectHiddenLine(hGeometry3D, cuttingHeight, bottomOfCutPlane):
    return HANDLE

Parameters

Name Type Description
hGeometry3D HANDLE
cuttingHeight REAL
bottomOfCutPlane BOOLEAN

Version

Availability: from Vectorworks 2014

Category