Пример #1
0
 public GenericMeshImport(Scene scn, GeometryDataContainer gmdc, ElementOrder component)
 {
     eo                  = component;
     this.scn            = scn;
     this.gmdc           = gmdc;
     ClearGroupsOnImport = false;
 }
Пример #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        public AbstractGmdcImporter()
        {
            order = new ElementOrder(ElementSorting.XZY);
            ab1   = new ImportedFrameBlocks();

            ab1.AuskelCorrection = Helper.WindowsRegistry.CorrectJointDefinitionOnExport;
        }
Пример #3
0
 /// <summary>
 /// Create a New Instace
 /// </summary>
 public AbstractGmdcExporter()
 {
     this.gmdc  = null;
     this.order = new ElementOrder(ElementSorting.XZY);
     this.cjs   = false;
 }