Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 836 Bytes

File metadata and controls

33 lines (26 loc) · 836 Bytes

GetCompManualBound

Description

Gets the manual bound of a component in an object.

FUNCTION GetCompManualBound(
				object          : HANDLE;
				componentIndex  : INTEGER;
				VAR manualBound : INTEGER): BOOLEAN;
def vs.GetCompManualBound(object, componentIndex):
    return (BOOLEAN, manualBound)

Parameters

Name Type Description
object HANDLE The object. Can be a roof face, roof, Roof Style, or the Roof Preferences.
componentIndex INTEGER The index of the component.
manualBound INTEGER Returns the manual bound of the component. 0 - Roof edge 1 - Roof axis line

See Also

VS Functions: SetCompManualBound

Version

Availability: from Vectorworks 2016

Category