Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines the y -component for the required alignment vector of a matching connection point. It is also used to orient the attached leg of a dynamic connector. This cell takes a floating point value.
Remarks
To get a reference to the DirY / B cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Connections.DirY[i] where i = <1>, 2, 3... |
To get a reference to the DirY / B cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionConnectionPts |
| Row index: |
visRowConnectionPts + i where i = 0, 1, 2... |
| Cell index: |
visCnnctDirY (non-extended rows) visCnnctB (extended rows) |
For information about non-extended and extended rows, see Connection Points row.