Procedure SetOriginAbsolute sets the position of the origin relative to the center of the document drawing space.
PROCEDURE SetOriginAbsolute(
xValue : REAL;
yValue : REAL);def vs.SetOriginAbsolute(xValue, yValue):
return None| Name | Type | Description |
|---|---|---|
| xValue | REAL | X coordinate of origin. |
| yValue | REAL | Y coordinate of origin. |
The difference between [[VS:SetOrigin]] and [[VS:SetOriginAbsolute]] is that SetOrigin shifts the origin the specified amount, where [[VS:SetOriginAbsolute]] sets the origin to the specified values.
See the <a href=http://www.vectorlab.info/index.php?title=Absolute_Origin>VectorLab article</a> on origins by Gerard Jonker.
VS Functions: SetOrigin
Availability: from VectorWorks8.0
- Document Settings