Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 746 Bytes

File metadata and controls

31 lines (24 loc) · 746 Bytes

SetCompInsertLocOff

Description

Sets the component insert location offset of the object.

PROCEDURE SetCompInsertLocOff(
				object               : HANDLE;
				insertLocationOffset : REAL (Coordinate));
def vs.SetCompInsertLocOff(object, insertLocationOffset):
    return None

Parameters

Name Type Description
object HANDLE The object. Can be a wall, Wall Style, or the Wall Preferences.
insertLocationOffset REAL (Coordinate) The component insert location offset of the object.

See Also

VS Functions: GetCompInsertLocOff

Version

Availability: from Vectorworks 2023

Category