I'm importing data from and odd fille format.
Surfaces are defined by sequences of points defining the polygons for the boundaries of the surface and other polygons defining the holes.
(Just like happens for the opengl tessellator... see "Winding Numbers and Winding Rules" paragraph in http://www.glprogramming.com/red/chapter11.html)
What would be the best way to represent such geometries in OCC?
I know I can create faces(and then shapes) from wires but I'm not able to create wires for polygons. And drill holes in them.
Any hint appreciated.
Thanks, Author
Discussion
1 archived reply
Posts are displayed in their archived order.
01Commenter-1
Hi Author,
you could try something like this (you have to modify it :-))