cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Flange Predefined Section name Using Toolkit

Ketan_Lalcheta
19-Tanzanite

Flange Predefined Section name Using Toolkit

Hi

 

We want to know which section is used in Flange (I, Arc, S , Open Etc...) using toolkit... Could not find any direct API for same. So , thought of using element tree. Is there any element which stores this predefined shape name for flange feature element tree? 

 

Created a flange feature with I section, extracted element tree in XML. Modified flange as S section and extracted again element tree... Both the XML files are same so getting confused on how to identify which element is storing this information. If no element is there for this, is there any possibility to decide on this information?

1 REPLY 1
FV
17-Peridot
17-Peridot
(To:Ketan_Lalcheta)

the question boils down to 2D polygon matching, scale/rotation/mirror invariant.

google 'shape matching algorithm c++ python'.

take a look at Boost.Polygon library and OpenCV library. 

HIH.

 

Top Tags