This function sets the attributes of the vertices and cells of the triangulation, models of RemeshingVertexBase_3 and RemeshingCellBase_3, according to the values of the corresponding attributes of the vertices and cells of ccdt.
optional sequence of Named Parameters among the ones listed below
Optional Named Parameters
a property map containing the constrained-or-not status of each edge e of ccdt.triangulation(). If the edge e is at the boundary of an input PLC face (defined by an input face or via the named parameter plc_face_id) then the corresponding value in the property map is true. Otherwise, the value is false.
Type: a class model of ReadWritePropertyMap with std::pair<Vertex_handle, Vertex_handle> (where Vertex_handle is the vertex handle type of ccdt.triangulation()) as key type and bool as value type. It must be default constructible.
Default: a default property map where no edge is constrained
Returns
a triangulation of type CGAL::Triangulation_3 that can be used for tetrahedral remeshing