Home
last modified time | relevance | path

Searched refs:global_shape_properties (Results 1 – 5 of 5) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Dpython_occ_shapes.cpp309 auto prop = OCCGeometry::global_shape_properties[e.Current().TShape()]; in PropagateProperties()
312 OCCGeometry::global_shape_properties[mods.TShape()].Merge(prop); in PropagateProperties()
403 OCCGeometry::global_shape_properties[edge.TShape()].name = name; in LineTo()
606 OCCGeometry::global_shape_properties[lastvertex.TShape()].name = name; in NameVertex()
885 auto it = OCCGeometry::global_shape_properties.find(self.TShape()); in ExportNgOCCShapes()
887 if (it != OCCGeometry::global_shape_properties.end() && it->second.col) in ExportNgOCCShapes()
892 OCCGeometry::global_shape_properties[self.TShape()].col = col; in ExportNgOCCShapes()
907 OCCGeometry::global_shape_properties[mods.TShape()].Merge(prop); in ExportNgOCCShapes()
1624 OCCGeometry::global_shape_properties[shape.TShape()].name = name; in ExportNgOCCShapes()
1632 OCCGeometry::global_shape_properties[shape.TShape()].col = col; in ExportNgOCCShapes()
[all …]
H A Doccgenmesh.cpp336 … double maxh = OCCGeometry::global_shape_properties[TopoDS::Vertex(geom.vmap(i)).TShape()].maxh; in OCCFindEdges()
418 auto it = OCCGeometry::global_shape_properties.find(face.TShape()); in OCCFindEdges()
419 if (it != OCCGeometry::global_shape_properties.end() && it->second.col) in OCCFindEdges()
889 …double maxh = min2(geom.face_maxh[k-1], OCCGeometry::global_shape_properties[TopoDS::Face(geom.fma… in OCCMeshSurface()
1104 …maxhdom[dom] = min2(maxhdom[dom], OCCGeometry::global_shape_properties[e.Current().TShape()].maxh); in OCCSetLocalMeshSize()
1173 … localh = min2(localh, OCCGeometry::global_shape_properties[parent_face.TShape()].maxh); in OCCSetLocalMeshSize()
1178 localh = min2(localh, OCCGeometry::global_shape_properties[e.TShape()].maxh); in OCCSetLocalMeshSize()
H A Dpython_occ.cpp143 … if (auto name = OCCGeometry::global_shape_properties[e.Current().TShape()].name) in ExportNgOCC()
147 OCCGeometry::global_shape_properties[mods.TShape()].name = *name; in ExportNgOCC()
H A Doccgeom.cpp47 std::map<Handle(TopoDS_TShape), ShapeProperties> OCCGeometry::global_shape_properties; member in netgen::OCCGeometry
64 if (auto name = global_shape_properties[solid.TShape()].name) in OCCGeometry()
74 if (auto name = global_shape_properties[face.TShape()].name) in OCCGeometry()
82 if (auto name = global_shape_properties[edge.TShape()].name) in OCCGeometry()
302 if (auto name = OCCGeometry::global_shape_properties[e.Current().TShape()].name) in GlueGeometry()
304 OCCGeometry::global_shape_properties[mods.TShape()].name = *name; in GlueGeometry()
1576 OCCGeometry::global_shape_properties[s].name = n; in LoadOCCInto()
H A Doccgeom.hpp245 static std::map<Handle(TopoDS_TShape), ShapeProperties> global_shape_properties; member in netgen::OCCGeometry