Ejemplo n.º 1
0
        //--------------------------------------------------------------------------------------------------

        #endregion

        #region Dimensions

        void _InitDimensionBlock()
        {
            _DimensionCount++;
            _CurrentBlock = new DxfDomBlock($"*D{_DimensionCount}", true);
            _Document.Blocks.Add(_CurrentBlock);
        }
Ejemplo n.º 2
0
        //--------------------------------------------------------------------------------------------------

        void IDrawingRenderer.EndGroup()
        {
            _CurrentBlock = null;
        }