Ejemplo n.º 1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public GeometryDataContainer(Rcol parent) : base(parent)
        {
            sgres = new SGResource(null);

            version = 0x04;
            BlockID = 0xAC4F8687;

            elements = new GmdcElements();
            links    = new GmdcLinks();
            groups   = new GmdcGroups();

            model = new GmdcModel(this);

            joints = new GmdcJoints();
            tried  = false;
        }