On 31/01/2018 at 09:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hello.
I need to use the selection tools to select individual spline segments from an object. About a decade ago someone needed something similar and there was no way back then.
Since it seems that I can't select edges of a spline, only points, I'm creating several splines, one for each selectable segment. Each spline is an object based on the Double Circle example, with GetContour().
But now this is getting too messy on complex objects, and I have to manage temporary splines created only to be selected. Is there a better way to do that?
Mabe a mesh without polygons, only edges and points, is it possible?