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

     

  • 相关阅读:
    [技巧] 使用Word2010直接编辑、发布博客→博客园cnblogs
    POJ 1201 Intervals【差分约束】
    HDU 2896 病毒侵袭【AC自动机】
    opengl中的gluOrtho2D【转】
    【转】x86和x64的含义和区别
    POJ 1704 Georgia and Bob【Nim博弈】
    POJ 1947 Rebuilding Roads【树状DP】
    POJ 3207/ POJ 3678 【2SAT】
    POJ 1067 取石子游戏【威佐夫博奕】
    apache+webdav的安装配置
  • 原文地址:https://www.cnblogs.com/wf225/p/1333852.html
Copyright © 2011-2022 走看看