Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 783 Bytes

File metadata and controls

33 lines (26 loc) · 783 Bytes

SetCompBoundOffset

Description

Sets the bound offset of a component in an object.

FUNCTION SetCompBoundOffset(
				object         : HANDLE;
				componentIndex : INTEGER;
				boundOffset    : REAL): BOOLEAN;
def vs.SetCompBoundOffset(object, componentIndex, boundOffset):
    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.
boundOffset REAL The bound offset of the component.

See Also

VS Functions: GetCompBoundOffset

Version

Availability: from Vectorworks 2016

Category