user7
Computer
- Sep 14, 2022
- 8
thread560-350640
anyone having the solution still in mind for this problem:
I have a face, for which I would like to obtain all edges.
ActiveCatiaDocument.Selection.Add(_native_face);
ActiveCatiaDocument.Selection.Search("Type=Topology.Edge,sel");
delivers 0 elements in selection.
Solution in previous post "you need first to extract the face" - but link does not work anymore.
Thank you in advance
Best
Matt
anyone having the solution still in mind for this problem:
I have a face, for which I would like to obtain all edges.
ActiveCatiaDocument.Selection.Add(_native_face);
ActiveCatiaDocument.Selection.Search("Type=Topology.Edge,sel");
delivers 0 elements in selection.
Solution in previous post "you need first to extract the face" - but link does not work anymore.
Thank you in advance
Best
Matt