DWGdirect 3.3.0+DWGdirectXVB.chm


DWGdirect 3.3.0+DWGdirectXVB.chm 免费 DWGdirect控件,有vb6.0和 .net 的使用帮助,
资源截图
代码片段和文件信息
///////////////////////////////////////////////////////////////////////////////
// Copyright ?2009-2010 Open Design Alliance (the “Alliance“) 
// 
// This software is owned by the Alliance and may only be incorporated into 
// application programs owned by members of the Alliance subject to a signed 
// Membership Agreement and Supplemental Software License Agreement with the
// Alliance. The structure and organization of this software are the valuable 
// trade secrets of the Alliance and its suppliers. The software is also 
// protected by copyright law and international treaty provisions. Application 
// programs incorporating this software must include the following statement 
// with their copyright notices:
//
// Teigha?NET for .dwg files 2009-2010 by Open Design Alliance. All rights reserved.
//
// By use of this software you acknowledge and accept these terms.
//
//
// *DWG is the native and proprietary file format for AutoCAD?and a trademark 
// of Autodesk Inc. The Open Design Alliance is not associated with Autodesk.
///////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using Teigha.DatabaseServices;
using Teigha.Geometry;
using Teigha.GraphicsInterface;
using Teigha.Colors;
using Teigha;
// note that Getobject doesn‘t work in Acad 2009 so we use “obsolete“ Open instead
#pragma warning disable 618

namespace OdReadExMgd
{
  class DbDumper
  {
    public DbDumper() { }

    static string toDegreeString(double val)
    {
      return (val * 180.0 / Math.PI) + “d“;
    }
    static string toHexString(int val)
    {
      return string.Format(“0{0:X}“ val);
    }
    static string toArcSymbolTypeString(int val)
    {
      switch (val)
      {
        case 0: return “Precedes text“;
        case 1: return “Above text“;
        case 2: return “None“;
      }
      return “???“;
    }
    /************************************************************************/
    /* Shorten a path with ellipses.                                        */
    /************************************************************************/
    static string shortenPath(string Inpath int maxPath)
    {
      string path = Inpath;
      /**********************************************************************/
      /* If the path fits just return it                                   */
      /**********************************************************************/
      if (path.Length <= maxPath)
      {
        return path;
      }
      /**********************************************************************/
      /* If there‘s no backslash just truncate the path                    */
      /**********************************************************************/
      int lastBackslash = path.LastIndexOf(‘\‘);
      if (lastBackslash < 0)
      {
        return path.Substri

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件   12713759  2010-04-22 12:07  TNETCHMTDNET.chm

     文件    1030883  2017-04-25 14:00  TNETCHMTDNET.chw

     文件   17508864  2010-05-08 14:44  TX_3.03TDXSetup.msi

     文件   12101595  2009-04-05 22:36  DWGdirectXVB.chm

     文件      96256  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inAcIdViewObj_3.03_9.tx

     文件      64000  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inAsdkSmileyDb_3.03_9.tx

     文件      73216  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inAutoSurfServices_3.03_9.tx

     文件     169472  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inDbCommands_3.03_9.tx

     文件     576000  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inDbConstraints_3.03_9.tx

     文件     730112  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inDWFCore.dll

     文件    2529792  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inDWFToolkit.dll

     文件     658432  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inExCustObjs_3.03_9.tx

     文件      35840  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inExDynamicBlocks_3.03_9.tx

     文件      28672  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inExEvalWatchers_3.03_9.tx

     文件      47104  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inExFieldEvaluator_3.03_9.tx

     文件      22528  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inFileDlgExt_3.03_9.dll

     文件     104448  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inGripPoints_3.03_9.tx

     文件     100864  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inModelerGeometry_3.03_9.tx

     文件      28160  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inOdBagFiler_3.03_9.tx

     文件      40960  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inOdCurveFunctions_3.03_9.tx

     文件      20992  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inOdOleItemHandler_3.03_9.tx

     文件      25088  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inOpenCadTx_3.03_9.tx

     文件      47616  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inPlotSettingsValidator_3.03_9.tx

     文件      49664  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inPlotstyleServices_3.03_9.tx

     文件      25600  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inRasterProcessor_3.03_9.tx

     文件     297472  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inRecomputeDimBlock_3.03_9.tx

     文件     115200  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inRxRasterServices_3.03_9.tx

     文件     637952  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inTD_AcisBuilder_3.03_9.dll

     文件      10240  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inTD_Alloc_3.03_9.dll

     文件     291328  2010-04-29 06:21  TNET_3_03Teigha_NET_3_03inTD_Ave_3.03_9.tx

............此处省略412个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)