private void ShowGeometry(TopoShape topoShape)
 {
     AnyCAD.Platform.SceneNode faceNode = AnyCAD.Platform.GlobalInstance.TopoShapeConvert.ToEntityNode(topoShape, 0.5f);
     faceNode.SetId(++nShapeCount);
     sceneManager.AddNode(faceNode);
 }