找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 34|回复: 0

如何高亮显示AcDbGroup中的单个实体,或者全部高亮显示

[复制链接]

0

主题

0

回帖

26

积分

管理员

积分
26
发表于 2024-9-25 13:18:50 | 显示全部楼层 |阅读模式
AcDbGroup::setSelectable
Collapse All
C++
Acad::ErrorStatus setSelectable(
    bool selectable
);
Parameters
Parameters
Description
bool selectable
Input boolean to indicate the selectable state.
Description
If selectable == true, then the entire group is selected and manipulated as one unit. selectable == false allows users to manipulate individual entities within the group.

Returns Acad::eOk if successful.



将此函数设置true将高亮显示组中所有实体,将此函数设置为false将高亮显示组中的单个实体
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|膜结构网

GMT+8, 2024-12-27 22:35 , Processed in 0.110596 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表