
Thu, 03/18/2010 - 03:49
Forums:
Hi guys,
I'm relatively new at OCC and have been trying to figure this out all day. I used netgen to generate a mesh from a STEP model, the results are a bunch of points and edges.
I've been trying to display this in an AIS_InteractiveContext with no luck. I tried to use BRepBuilderAPI_MakeWire - however it gives me an incomplete mesh since I don't know the order of the edges to add them in (they need to be connected to be added successfully?).
Is there another class I can use to use AIS_InteractiveContext's Display() function?
Thanks!
Thu, 03/18/2010 - 09:24
MeshVS_Mesh
Fri, 04/02/2010 - 15:46
I have the same problem...