SelectionTag for spline segments?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/03/2008 at 16:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R9-R10.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Would it be possible to use a SelectionTag to store selected SplineObject segments or must I go another course (maybe just use BaseSelects alone)?Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2008 at 01:01, xxxxxxxx wrote:
It seems that only the points are stored in a SelectionTag and no information about the segments.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2008 at 12:51, xxxxxxxx wrote:
I just want to temporarily store the indices of the segments for later division of the spline object into multiple spline objects. There are already similar SelectionTags storing the point selections to be used for the division process. As long as the SelectionTag doesn't actively use the indices in its BaseSelect this seems like a solution for the segments as well. The SelectionTags won't exist long enough for user interaction.