CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2022 开发者帮助

Acad.CursorType 函数

2024-5-31 20:10| 发布者: admin| 查看: 66| 评论: 0|原作者: admin|来自: AutoCAD

Acad.CursorType 函数

Acad.CursorType 函数

文件

Autodesk.AutoCAD.js

语法

JavaScript的

function Acad.CursorType();
{
    "kNoSpecialCursor":-1,           // No special cursor specified
    "kCrosshair":0,                  // Full screen crosshair
    "kRectCursor":1,                 // Rectangular cursor
    "kRubberBand":2,                 // Rubber band line
    "kNotRotated":3,                 // NotRotated type
    "kTargetBox":4,                  // Target box type
    "kRotatedCrosshair":5,           // Rotated crosshair w/ rubber band
    "kInvisible":7,                  // Invisible cursor
    "kEntitySelect":8,               // Entity selection target cursor
    "kParallelogram":9,              // Parallelogram cursor
    "kEntitySelectNoPersp":10,       // Pickbox, suppressed in perspective mode
    "kPkfirstOrGrips":11,            // Auto-select cursor
};

ACAD 命名空间

描述

提供可用的游标类型。此枚举包装 ObjectARX 枚举。AcEdJig::CursorType

ACAD 命名空间


路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1   苏公网安备32011402011833)

GMT+8, 2025-1-19 06:51

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部