[TD]Landmark Dims initial impl

This commit is contained in:
wandererfan
2020-02-16 13:37:43 -05:00
committed by WandererFan
parent 03dc6edb99
commit 96e8f752be
24 changed files with 1177 additions and 90 deletions

View File

@@ -573,6 +573,16 @@ void GeometryObject::addGeomFromCompound(TopoDS_Shape edgeCompound, edgeClass ca
} //end TopExp
}
void GeometryObject::addVertex(TechDraw::Vertex* v)
{
vertexGeom.push_back(v);
}
void GeometryObject::addEdge(TechDraw::BaseGeom* bg)
{
edgeGeom.push_back(bg);
}
//********** Cosmetic Vertex ***************************************************
//adds a new GeomVert surrogate for CV