Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 796 Bytes

File metadata and controls

33 lines (26 loc) · 796 Bytes

GetCompBoundOffset

Description

Gets the bound offset of a component in an object.

FUNCTION GetCompBoundOffset(
				object          : HANDLE;
				componentIndex  : INTEGER;
				VAR boundOffset : REAL): BOOLEAN;
def vs.GetCompBoundOffset(object, componentIndex):
    return (BOOLEAN, boundOffset)

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.
boundOffset REAL Returns the bound offset of the component.

See Also

VS Functions: SetCompBoundOffset

Version

Availability: from Vectorworks 2016

Category