V4 Wish List

 From:  Michael Gibson
6925.454 In reply to 6925.453 
Hi James,

> It would be useful, if possible, for control points appeared in Types browser after show points
> operation, so that they may be isolated for selection.

Unfortunately this is difficult to set up currently because control points are not full fledged objects that have their own properties like ids and hidden/locked states. They just have a selection property only. Maybe this is something I can change in the future but it may have some major performance side effects since some surfaces may have many thousands of control points in them.


> Also, & this is a more a query than a request, but would it be a relatively simple* task to
> include point objects as profiles for extruding, rail revolving, and sweeping resulting in curves
> rather than surfaces?

The geometry library that MoI uses for these functions does not currently have an implementation of handling points like this. It could be possible in the future for me to add it but it will require adding a custom function for each of these cases.

- Michael