-
I need to search Topo Faces and Topo Edges and compare them with coordinates to be able to assign labels, which are not transfered from Rhino files. Is it possible to do this within the prime model? If so, can you please provide an example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @dkowollik, There is limited capability in the exposed API's to do this as of today. It is expected this is handled in the upstream geometry tools. The below example shows how you can use the get_bounding_box_of _zonelets method using meshed topo faces as the starting point. Here we create new labels "my_label" in each part with topo faces that have a bounding box with an xmin > 0. Thanks.
|
Beta Was this translation helpful? Give feedback.
Hi @dkowollik,
There is limited capability in the exposed API's to do this as of today. It is expected this is handled in the upstream geometry tools. The below example shows how you can use the get_bounding_box_of _zonelets method using meshed topo faces as the starting point. Here we create new labels "my_label" in each part with topo faces that have a bounding box with an xmin > 0.
Thanks.