Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 823 Bytes

File metadata and controls

33 lines (26 loc) · 823 Bytes

SetCompManualBound

Description

Sets the manual bound of a component in an object.

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

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 The manual bound of the component. 0 - Roof edge 1 - Roof axis line

See Also

VS Functions: GetCompManualBound

Version

Availability: from Vectorworks 2016

Category