"PromptSelectionOptions" question ?

Hi all,
trying to select and highlight Edge and Face subentities of a Solid3D entity
using C# .NET have noticed that the following properties and methods in bold are not yet exposed:
.................
PromptSelectionOptions pso = new PromptSelectionOptions();   
PromptSelectionOptions.ForceSubSelections
PromptSelectionResult psr = ed.GetSelection(pso);
SelectionSet ss = psr.Value;
SelectedObject so = ss[0];
SelectedSubObject[] ssobj = so.GetSubentities();
.......................
Will they be exposed soon ?
Any workaround available?
Code snippets appreciated !

Many Thanks !


Comments

  • Hello Konstantin,

    this is the user forum, meant for user-to-user communication.
    For questions to the Bricsys team please use Support Requests which can be forwarded to the appropriate analyst/developer and processed much more efficiently.

    Thanks for your understanding,
    and by the way, congratulations for the impressive tools you develop!

    Hans De Backer
    development manager Bricsys

  • Hans,
    thanks for your nice words !
    I am going to place a support request for this, but you know...
    sometimes you get excellent answers or ideas from external users having the same problems,
    as is often the case in this user forum!
    Many "users-developers" like me have done it already outhere...
    In this sense my question is meant as a user-to-user communication ...
    Thanks
    Regards
This discussion has been closed.