Main page /  Useful info about ShapeSheet™  / Visio ShapeSheet reference / ShapeSheet™. List of functions by category

ShapeSheet. Category Coordinate Transformation functions

Note

This table contain functions which included in table for similar category in the book MS Visio 2003 Developer’s Survival Pack by Graham Wideman (see chapter 37) and also functions added in later versions.

The version information in which the function was added is taken from John's Goldsmith article Visio ShapeSheet Functions by Version


Name

Details

ANGLEALONGPATH

Version Added: 2010

Returns the angle of the tangent to the path at a given point.

Syntax

ANGLEALONGPATH(section,travel [,segment])

Read more about function ANGLEALONGPATH

ANGLETOLOC

Version Added: Pre 2003

Returns a transformed angle in the destination shape's local coordinate system. Converts an angle from local coordinates in a source shape to the local coordinates in a destination shape.

Syntax

ANGLETOLOC(srcAngle, srcRef, dstRef)

Read more about function ANGLETOLOC

ANGLETOPAR

Version Added: Pre 2003

Returns a transformed angle in the destination shape's parent coordinate system. Converts an angle from local coordinates in a source shape to the parent coordinates in a destination shape.

Syntax

ANGLETOPAR(srcAngle, srcRef, dstRef)

Read more about function ANGLETOPAR

LOC

Version Added: Pre 2003

Takes a point defined in one shape's local coordinates and returns the equivalent point expressed in the local coordinates of the shape associated with the formula.

Syntax

LOC(point)

Read more about function LOC

LOCTOLOC

Version Added: Pre 2003

Returns a transformed point in local coordinates in the destination coordinate system.

Syntax

LOCTOLOC(srcPoint, srcRef, dstRef)

Read more about function LOCTOLOC

LOCTOPAR

Version Added: Pre 2003

Returns a transformed point in parent coordinates in the destination coordinate system.

Syntax

LOCTOPAR(srcPoint, srcRef, dstRef)

Read more about function LOCTOPAR

PAR

Version Added: Pre 2003

Returns the x,y coordinates of a point in the coordinate system of the shape's parent.

Syntax

PAR(point)

Read more about function PAR

PNT

Version Added: Pre 2003

Returns the point represented by the coordinates x and y as a single value.

Syntax

PNT(x,y)

Read more about function PNT

PNTX

Version Added: Pre 2003

Returns the x-coordinate of a point.

Syntax

PNTX(point)

Read more about function PNTX

PNTY

Version Added: Pre 2003

Returns the y-coordinate of a point.

Syntax

PNTX(point)

Read more about function PNTY