Recent content by Alexmercer

  1. A

    About AIS_Triangulation

    I'm trying to display a Poly_Triangulation。I use AIS_ Triangulation to display the mesh Handle(Poly_Triangulation) Tri = tris->GetTriangulation(); Handle(AIS_Triangulation) anAisTriangulation = new AIS_Triangulation(Tri); Handle(AIS_Shape) anAISShape = new AIS_Shape(IgsShape)...
  2. A

    Order of vertices in the mesh generated by BRepMesh_IncrementalMesh

    When I use BRepMesh_IncrementalMesh,are the vertices of these triangles counterclockwise or clockwise?
  3. A

    About BRepMesh_IncrementalMesh

    Thanks!I have slove it!
  4. A

    About BRepMesh_IncrementalMesh

    sorry,I found that my files have not been uploaded
  5. A

    About BRepMesh_IncrementalMesh

  6. A

    About BRepMesh_IncrementalMesh

    I read TopoDS_Shape from IGS
  7. A

    About BRepMesh_IncrementalMesh

    Why there are cavities in the Triangulation?Here is the intersection of cylinder and plane
Top