Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Coordinate Transformation functions
|
Name |
Details |
ANGLEALONGPATH Version Added: 2010 |
Returns the angle of the tangent to the path at a given point. Syntax ANGLEALONGPATH(section,travel [,segment]) |
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) |
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) |
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) |
LOCTOLOC Version Added: Pre 2003 |
Returns a transformed point in local coordinates in the destination coordinate system. Syntax LOCTOLOC(srcPoint, srcRef, dstRef) |
LOCTOPAR Version Added: Pre 2003 |
Returns a transformed point in parent coordinates in the destination coordinate system. Syntax LOCTOPAR(srcPoint, srcRef, dstRef) |
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) |
PNT Version Added: Pre 2003 |
Returns the point represented by the coordinates x and y as a single value. Syntax PNT(x,y) |
PNTX Version Added: Pre 2003 |
Returns the x-coordinate of a point. Syntax PNTX(point) |
PNTY Version Added: Pre 2003 |
Returns the y-coordinate of a point. Syntax PNTX(point) |