zoukankan      html  css  js  c++  java
  • autocad TypedValue

    0 (or DxfCode.Start)

    Object Type (String)

    Such as “Line,” “Circle,” “Arc,” and so forth.

    对象类型(字符串)

    例如 直线、圆、圆弧等等。

    2 (or DxfCode.BlockName)

    Block Name (String)

    The block name of an insert reference.

    块名(字符串)

    一个插入引用的块名

    8 or (DxfCode.LayerName)

    Layer Name (String)

    Such as “Layer 0.”

    图层名(字符串)

    例如 Layer 0

    60 (DxfCode.Visibility)

    Object Visibility (Integer)

    Use 0 = visible, 1 = invisible.

    可见性(整数)

    使用 0 = 可见,1 = 不可见。

    62 (or DxfCode.Color)

    Color Number (Integer)

    Numeric index values ranging from 0 to 256.

    Zero indicates BYBLOCK. 256 indicates BYLAYER. A negative value indicates that the layer is turned off.

    颜色编号(整数)

    范围 0 到 256 内的数字索引值。

    零表示 BYBLOCK。256 表示 BYLAYER。负值表示图层被关闭。

    67

    Model/paper space indicator (Integer)

    Use 0 or omitted = model space, 1 = paper space.

    模型/图纸空间标识符(整数)

    使用 0 或省略 = 模型空间,1 = 图纸空间。

  • 相关阅读:
    偏函数
    通过local对象的使用,分析flask中全局request对象为神魔不同的视图函数中不会混乱--协助解读flask的源码
    flask安装即web框架介绍
    事件
    文件复制工具
    非文本文件的写入
    文件读取
    sys模块
    datetime模块
    事件冒泡与捕获
  • 原文地址:https://www.cnblogs.com/gisoracle/p/2361730.html
Copyright © 2011-2022 走看看