Hi,
I am looking for a better understanding of the 'point_stride as Int32' and 'point_dimension as Int32' components in the OnPolyline constructor.
Such components exist for most constructors like OnNurbsCurve, RhUtil.RhinoInterpCurve, etc etc, but I have been mostly getting my way around them with trial and error. Is there some place where I can find a comprehensive explanation on these?
Also, I do understand that IOn- objects are 'Const' objects, i.e. instances/read-only objects, but then how can one associate any value to them? For instance, the RhinoInterpCurve only takes an IOn3dPointArray as input, but even if you have points in an array, how do you convert them to IOn3dPointArray?
Many thanks.
Tags: