Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 887 Bytes

File metadata and controls

33 lines (26 loc) · 887 Bytes

SetCompABoundEOffOff

Description

Sets the auto-bound edge offset offset of a component in an object.

FUNCTION SetCompABoundEOffOff(
				object                    : HANDLE;
				componentIndex            : INTEGER;
				autoBoundEdgeOffsetOffset : REAL (Coordinate)): BOOLEAN;
def vs.SetCompABoundEOffOff(object, componentIndex, autoBoundEdgeOffsetOffset):
    return BOOLEAN

Parameters

Name Type Description
object HANDLE The object. Can be a slab, Slab Style, or the Slab Preferences.
componentIndex INTEGER The index of the component.
autoBoundEdgeOffsetOffset REAL (Coordinate) The auto-bound edge offset offset.

See Also

VS Functions: GetCompABoundEOffOff

Version

Availability: from Vectorworks 2017

Category