Abhinav Anil

Results 5 comments of Abhinav Anil

I'm having .step file and want to fetch the properties of cuboid and cube like length, breadth, depth in milimeter.

Hi, After using your both the links give below then also I am unable to find the edges, vertices and distance from the step file. https://github.com/tpaviot/pythonocc-core/blob/0.18.1/examples/core_geometry_face_recognition_from_stepfile.rst https://github.com/tpaviot/pythonocc-core/blob/0.18.1/examples/core_topology_traverse.rst ```python def recognize_clicked(shp,...

> Update to the latest example version at https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_geometry_face_recognition_from_stepfile.py @tpaviot it doesn't work for topods_Edge and topods_Vertices Result display like - ```bash Traceback (most recent call last): File "/home/abhinav/anaconda3/lib/python3.7/site-packages/OCC/Display/qtDisplay.py", line...

#268=EDGE_LOOP('',(#371,#372,#373,#374,#375,#376,#377,#378)); #269=EDGE_LOOP('',(#379)); #270=EDGE_LOOP('',(#380)); #271=EDGE_LOOP('',(#381)); #272=EDGE_LOOP('',(#382,#383,#384,#385)); #273=EDGE_LOOP('',(#386,#387,#388,#389)); #274=EDGE_LOOP('',(#390,#391,#392,#393)); #275=EDGE_LOOP('',(#394,#395,#396,#397)); #276=EDGE_LOOP('',(#398,#399,#400,#401)); #277=EDGE_LOOP('',(#402,#403,#404,#405)); #278=EDGE_LOOP('',(#406,#407,#408,#409)); #279=EDGE_LOOP('',(#410,#411,#412,#413)); #280=EDGE_LOOP('',(#414,#415,#416,#417)); #281=EDGE_LOOP('',(#418,#419,#420,#421)); #282=ORIENTED_EDGE('',*,*,#470,.F.); #283=ORIENTED_EDGE('',*,*,#471,.F.); #284=ORIENTED_EDGE('',*,*,#472,.T.); #285=ORIENTED_EDGE('',*,*,#473,.F.); #286=ORIENTED_EDGE('',*,*,#474,.T.); #287=ORIENTED_EDGE('',*,*,#475,.F.); #288=ORIENTED_EDGE('',*,*,#476,.T.); #289=ORIENTED_EDGE('',*,*,#477,.F.); Actually I want to fetch the edges from...

> `topds_Edge` should probably be `topods_Edge`. not able to comment on the rest. Sorry for the mistake but even after do correction it still show **Aborted(core dumped)**