X Cell (Geometry Section)
Represents an x-coordinate on a shape in local coordinates. This table describes the X cell based on the row in which it's located.
Row | Description |
|---|---|
If the MoveTo row is the first row in the section, the X cell represents the x-coordinate of the first vertex of a path. If the MoveTo row appears between two rows, the X cell represents the x-coordinate of the first vertex after the break in the path. | |
The x-coordinate of the ending vertex of a straight line segment. | |
The x-coordinate of the ending vertex of an arc. | |
The x-coordinate of the ending vertex of an elliptical arc. | |
The x-coordinate of the ending vertex of a polyline. | |
The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS). | |
The x-coordinate of a spline's second control point. | |
The x-coordinate of a control point. | |
An x-coordinate of a point on the infinite line. | |
The x-coordinate of the center of the ellipse. |
To get a reference to the X cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Geometryi.Xj |
Geometryi.X1 (InfiniteLine and Ellipse rows)
|
To get a reference to the X cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionFirstComponent + i |
Row index: | visRowVertex + j |
visRowVertex (InfiniteLine and Ellipse rows) | |
Cell index: | visX (MoveTo, LineTo, ArcTo, EllipticalArcTo, NURBSTo, Polyline, SplineStart, and SplineKnot rows) |
visInfiniteLineX1 (InfiniteLine row) | |
visEllipseCenterX (Ellipse row) |