Barry Lothian said: I can place a single piece of text but its location appears to be offset and placed at the end of the loop
That's what you've told MicroStation to do. If we scrape away the useful stuff to see what your TextFromArray is doing…
Barry said:With a test b-spline I am finding odd behaviour with the last cell being placed away from the element
Yongan.Fu said: Dim pts(10) As Point3d Dim u(10) As Double Dim d As Double i = 0 For d = 0# To oBCurveElem.Length Step oBCurveElem.Length…
Dim
pts(10)
As
Point3d
u(10)
Double
d
i = 0
For
d = 0#
To
oBCurveElem.Length
Step
oBCurveElem.Length…
Barry Lothian said:I presume that we cannot preset the unique values ....
It's always easier to read code than to interpret a description of how that code might be implemented. However, I think you've made a false assumption.
In a loop, you will…