Getting vertex position problem in step file without mouse click.

Hi,

I have imported step file and I would like to find vertex position that it shown in preview (yellow).
I have tried to get massless compounds includes vertices within all shapes. This method works in 3d_detailed step file, but it doesn't work in TO4_HD_D16.
These vertices just in a compound that's why I have tried that.
Is there a way to get that right vertex position without mouse click?

Thank you in advance.

Dmitrii Pasukhin's picture

Hello, you means supplimental geometry?
Now, all supplimental geometry transfer as a part of main geometry and it is not possible to detect it.

0033203: Data Exchange - Supplemental geometry support - MantisBT (opencascade.org) Is in process and will be integrated in next release. With this ticket you will ability to get and detect all supplimental geometry from XCAF tree.

Best regards, Dmitrii.

Volkan Çatı's picture

Hello Dimitrii,
Firstly sorry for late response.

I think yes if we are talking about blue line, I am talking about supplemental geometry. Sorry i didn't know how to call that. :)

I have figured out that wrong positions had zero X and Y(which is same with correct/desired one). So only differences at Z.
After realize that I get all vertices in another compound(there is another compound that I can get correct/desired vertices and extra vertices included, under same parent) then I searched and match these positions with wrong ones based on Z. Finally I got correct/desired positions that I would like to use. Its not best solution however it works.

Many thanks for your help and information.