Ejemplo n.º 1
0
 public static void AddGroupElements(IGraphicsContainer3D igraphicsContainer3D_0, List <IElement> list_0)
 {
     try
     {
         int graphicsLayerIndex = BuildingProperty.GetGraphicsLayerIndex(igraphicsContainer3D_0);
         for (int i = 0; i < list_0.Count; i++)
         {
             IGroupElement groupElement = list_0[i] as IGroupElement;
             igraphicsContainer3D_0.AddElement(groupElement as IElement);
             BuildingProperty.AddElement(graphicsLayerIndex, groupElement as IElement);
         }
     }
     catch
     {
     }
 }
Ejemplo n.º 2
0
 static BuildingProperty()
 {
     // 注意: 此类型已标记为 'beforefieldinit'.
     BuildingProperty.old_acctor_mc();
 }