Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 982 Bytes

File metadata and controls

36 lines (27 loc) · 982 Bytes

SetOriginAbsolute

Description

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

Parameters

Name Type Description
xValue REAL X coordinate of origin.
yValue REAL Y coordinate of origin.

Remarks

The difference between SetOrigin and SetOriginAbsolute is that SetOrigin shifts the origin the specified amount, where SetOriginAbsolute sets the origin to the specified values.

See the VectorLab article on origins by Gerard Jonker.

See Also

VS Functions: SetOrigin

Version

Availability: from VectorWorks8.0

Category