Hi there,
very nice geo-details page there:
https://docs.derivative.ca/Geometry_Detail
and Primitives too
https://docs.derivative.ca/Primitive
I’d like to be able to manipulate (and draw) lines primitives on a procedural way.
I’d have arrays (py or DATs) storing coordinates, I’d have routines, that would flag some for changing the way they would be drawn, that would change coordinates etc.
I thought about instancing Lines SOP. But I can’t easily (with my TD’s knowledge) manipulates them through their PointA & PointB as each instance can’t be controlled like that with the Geom COMP (again, as far as I tested)
I thought about Script SOP way too.
I’d have a reasonable number of lines (I mean, we are not in a point cloud millions way… but more around 1000 maximum)
Any ideas would be very appreciated for discussing here