VS:SetCompInsertLocOff

From Vectorworks Developer
Revision as of 20:40, 15 September 2022 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:GetCompInsertLocOff

VS Functions: [[VS:GetCompInsertLocOff]]