-
Wow! I can't believe that I didn't see this before. I currently have a dependency to a huge library just to be able to import step files, but iges is just as good and I could get rid of OCC.
I am n…
-
Hi
I have a problem with Pyiges
when I run this code:
> _import pyiges
> from pyiges import examples
> iges = pyiges.read(examples.impeller)
> …
-
How to write (export) IGES from surface/Mesh/Polylines ?
-
Regarding the differences between the lines and the volume, this is probably due to how we retrieves the lines (from the IGES file, which can include arcs) vs how we retrieves the volumes (from a fake…
-
Hi,
I get an error when reading the first "G" header line, which is in my iges file:
,,31HOpen CASCADE IGES processor 7.4,13HFilename.iges, G0000001
As a workaround I am …
-
I have a very large IGES file. This file is the export of a point cloud from SolidWorks. The point cloud is from a 3D laser scan of an object.
My problem is that this file either hangs pyiges, or j…
-
https://github.com/ige-geophysics/website/commit/2bf6ce10054c0170e825c34d3b7b0a84c3aed008
![image](https://user-images.githubusercontent.com/3825227/104385825-b175ed00-5512-11eb-8fad-699937c399f5.p…
-
How to convert to Mesh to IGES using Python or C++ ?
-
How to find out the actual measurement of the step/iges files? Please help
-
With occutils properly installed, the option "solve radius" in the drop down menu ("geom plate") returns:
`AttributeError: 'RadiusConstrainedSurface' object has no attribute 'curr_radius'`
And the o…