Search results

  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

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