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)| Name | Type | Description |
|---|---|---|
| smoothingAngle | REAL | |
| lineStyle | INTEGER | |
| shadeFactorIndex | INTEGER | |
| doIntersections | BOOLEAN |
Availability: from Vectorworks 2014