zoukankan      html  css  js  c++  java
  • AutoCAD.net: DrawOrderChange display order of the entities in the drawing

    public class DrawOrderTable : Autodesk.AutoCAD.DatabaseServices.DBObject

    Member of Autodesk.AutoCAD.DatabaseServices

    Summary:

    Is the persistent container for draw order information. It resides in the extension dictionary of an associated BlockTableRecord under the key ACAD_SORTENTS.

    Method 
    Description 

    Returns true if first is drawn before second. 
    SYstem

    Returns an collection of the entity object IDs of the block in the order in which they would be...
    more 

    Rearranges the object IDs in the input array into their current relative draw order.
    When one or more bits of...
    more 

    Given an input object ID, this function returns the Handle that indicates the draw order. Entities with lesser handle values... more 

    Places all the entities specified in the input object ID array above the specified target entity. The entities being moved... more 

    Places all the entities specified in the input object ID array below the specified target entity. The entities being moved... more 

    Places all the entities specified in the input object ID array at the beginning of the draw order. The entities... more 

    Places all the entities specified in the input object ID array at the ending of the draw order. The entities... more 

    Takes the object IDs in the input collection and moves them in their current associated draw order slots so that... more 

    Swaps the draw order positions of the entities. 

     

    Sample Code:

            DrawOrder

     

  • 相关阅读:
    Mvc Tree的简单应用
    nodeJs的学习之路(1)
    AngularJs基础学习指南(1)
    前端工程化讲解
    前端性能优化--为什么DOM操作慢?
    This package contains perl-5.16.3, java8, nifi-1.1.2 on ubuntu:14.04
    This package contains sshd, pcal, mysql-client on Ubuntu14:04
    This package contains mysql-server on ubuntu:14.04
    NIFI-创建一个FlowFile并利用PutFile保存到到指定目录
    NIFI如何利用eclipse开发自己的Processor(下)
  • 原文地址:https://www.cnblogs.com/wf225/p/1333852.html
Copyright © 2011-2022 走看看