B Cell (Geometry Section)
Represents different information in different rows. This table describes the B cell based on the row in which it's located.
Row | Description |
|---|---|
The y-coordinate of an arc's control point. | |
The last weight of the nonuniform rational B-spline (NURBS). | |
The first knot of a spline. | |
A y-coordinate of a point on an infinite line; paired with x-coordinate represented by the A cell. | |
A y-coordinate of a point on an ellipse; paired with x-coordinate represented by the A cell. |
To get a reference to the B cell by name from another formula, or from a program, using the CellsU property, use:
Cell name: |
Geometryi.Bj |
Geometryi.B1 (InfiniteLine and Ellipse rows) |
To get a reference to the B 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: | visControlX (EllipticalArcTo row) |
visControlY (EllipticalArcTo row) | |
visNURBSWeight (NURBSTo row) | |
visSplineKnot2 (SplineStart row) | |
visInfiniteLineY2 (InfiniteLine row) | |
visEllipseMajorY (Ellipse row) |