Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
When creating a dimension in 2D, Creo highlights one direction of the axis.
When select axis via ProSelect(), Creo highlights all direction of the axis.
Is it possible to highlights one direction(at cursor) of the axis when select axis via ProSelect().?
Thanks,
Warm Regards,
SeonHo CHA.
Hi @CHASEONHO
You need to have ProSelect highlight several direction of an axis'. I'm trying to understand why you expect that creating a dimension and selecting an axis (which are two different operations) should behave the same .
Can you explain me why this is essential for your application?
And if possible disclose the code your application use to perform both. This will be greatly appreciated and will help understand where you are headed.
Thanks for your reply.,
When creating a dimension by selecting an axis and an edge, if the direction of the axis is selected incorrectly, the dimension is not created as intended.
Therefore, we hope to emphasize the direction of the axis to the user.
The code is using the content of Article - CS339236.
ProSelect(...) is a generic selection function and it 'does not know' about drawing behavior specializations.
You need to use either pre-select or post-select arguments of ProSelect(...) to create a display list with highlights and to delete the list upon ProSelect() completion.
HIH.
FV.