C cell (Geometry section)
Represents different information in different rows. This table describes the C cell based on the row in which it's located.
Row |
Description |
The angle of an arc's major axis relative to the x-axis of its parent. | |
The first knot of the nonuniform rational B-spline (NURBS). | |
The last knot of a spline. | |
An x-coordinate of a point on an ellipse; paired with the y-coordinate represented by the D cell. |
Remarks
To reference the C cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Geometryi.Cj |
Geometryi.C1 (Ellipse row) |
To reference the C cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionFirstComponent + i |
Row index: |
visRowVertex + j |
visRowVertex (Ellipse row) | |
Cell index: |
visEccentricityAngle (EllipticalArcTo row) |
visNURBSKnotPrev (NURBSTo row) | |
visSplineKnot3 (SplineStart row) | |
visEllipseMinorX (Ellipse row) |