Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 705 Bytes

File metadata and controls

31 lines (25 loc) · 705 Bytes

RetrieveHLPrefs

Description

Retrieves the current Hidden Line rendering preferences from data stored in the current drawing.

PROCEDURE RetrieveHLPrefs(
				VAR smoothingAngle   : REAL;
				VAR lineStyle        : INTEGER;
				VAR shadeFactorIndex : INTEGER;
				VAR doIntersections  : BOOLEAN);
def vs.RetrieveHLPrefs():
    return (smoothingAngle, lineStyle, shadeFactorIndex, doIntersections)

Parameters

Name Type Description
smoothingAngle REAL
lineStyle INTEGER
shadeFactorIndex INTEGER
doIntersections BOOLEAN

Version

Availability: from Vectorworks 2014

Category