AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
GroupElement类 参考
类 GroupElement 继承关系图:
EntityElement Element AObject

Public 成员函数

ClassId GetClassId ()
 
ObjectIdSet GetChildren ()
 
boolean SetChildren (ObjectIdSet val)
 
boolean GetAsOwner ()
 
boolean SetAsOwner (boolean val)
 
void SetVisible (boolean bVisible)
 
void AddChild (ObjectId id)
 
boolean AddChildren (ObjectIdSet ids)
 
void RemoveChild (ObjectId id)
 
long RemoveChildren (ObjectIdSet ids)
 
void Clear ()
 
- Public 成员函数 继承自 EntityElement
long GetState ()
 
boolean SetState (long val)
 
ObjectId GetParentId ()
 
boolean SetParentId (ObjectId val)
 
ObjectId GetDbViewId ()
 
boolean SetDbViewId (ObjectId val)
 
ObjectId GetMaterialId ()
 
boolean SetMaterialId (ObjectId val)
 
Vector3 GetColor ()
 
boolean SetColor (Vector3 val)
 
ObjectId GetLineStyleId ()
 
boolean SetLineStyleId (ObjectId val)
 
ObjectId GetTextStyleId ()
 
boolean SetTextStyleId (ObjectId val)
 
boolean GetVisible ()
 
void SetProvisional (boolean enabled)
 
boolean GetProvisional ()
 
void SetPickable (boolean bPickable)
 
boolean GetPickable ()
 
void SetLocked (boolean locked)
 
boolean GetLocked ()
 
void SetSectionable (boolean bSectionable)
 
boolean GetSectionable ()
 
void SetBrowserable (boolean browserable)
 
boolean GetBrowserable ()
 
void SetEditable (boolean editable)
 
boolean GetEditable ()
 
void SetLODEnabled (boolean enabled)
 
boolean GetLODEnabled ()
 
void SetShadowing (boolean enabled)
 
boolean GetShadowing ()
 
void SetManaged (boolean enabled)
 
boolean GetManaged ()
 
void SetDynamic (boolean enabled)
 
boolean GetDynamic ()
 
void ClearColor ()
 
Component GetComponent (String className)
 
Component FindComponent (String className, String name)
 
void CollectChildren (ReferenceCollector collector)
 
void CollectPickedId (PickedIdCollector collector)
 
ObjectId GetUsedMaterialId ()
 
ObjectId GetUsedLineStyleId ()
 
ObjectId GetUsedTextStyleId ()
 
boolean Execute (String action, ParameterDict pParams)
 
int CloneComponents (EntityElement pEntity)
 
void ListParameters (ParameterDict parameters)
 
boolean SetParameter (ParameterDict parameters, String key)
 
- Public 成员函数 继承自 Element
long GetUserId ()
 
boolean SetUserId (long val)
 
String GetName ()
 
boolean SetName (String val)
 
String GetSchemaName ()
 
boolean SetSchemaName (String val)
 
long GetUserFlags ()
 
void SetUserFlags (long val)
 
ObjectId GetId ()
 
String GetAliasName ()
 
boolean SetAliasName (String val)
 
ObjectId GetSourceId ()
 
boolean SetSourceId (ObjectId val)
 
String GetCategory ()
 
boolean SetCategory (String val)
 
Document GetDocument ()
 
void MakeUniqueName (String base)
 
void MakeUniqueNameByBase (String base)
 
void MakeUniqueName ()
 
void MakeUniqueNameByConfig ()
 
void RequestUpdate (EnumUpdateElementFlag mode)
 
void RequestUpdate ()
 
String GetModifyCommand ()
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static GroupElement Cast (AObject obj)
 
static GroupElement Create (Document pDoc)
 
static ObjectIdSet FindGroup (Document doc, ObjectId id)
 

详细描述

<>
GroupElement 分组

成员函数说明

◆ AddChild()

void GroupElement.AddChild ( ObjectId id)

添加子对象

参数
id对象ID

◆ AddChildren()

boolean GroupElement.AddChildren ( ObjectIdSet ids)

添加子对象

参数
ids对象ID集合

◆ Cast()

static GroupElement GroupElement.Cast ( AObject obj)
static

重载 EntityElement .

◆ Clear()

void GroupElement.Clear ( )

清空

◆ Create()

static GroupElement GroupElement.Create ( Document pDoc)
static

重载 EntityElement .

◆ FindGroup()

static ObjectIdSet GroupElement.FindGroup ( Document doc,
ObjectId id )
static

查找id所在的组

参数
idElement的Id
返回
组的Id列表

◆ GetClassId()

ClassId GroupElement.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 EntityElement .

◆ GetStaticClassId()

static ClassId GroupElement.GetStaticClassId ( )
static

获取类信息

返回

重载 EntityElement .

◆ RemoveChild()

void GroupElement.RemoveChild ( ObjectId id)

删除子对象

参数
id对象ID

◆ RemoveChildren()

long GroupElement.RemoveChildren ( ObjectIdSet ids)

删除子对象

参数
ids子对象集合
返回
删除的个数

◆ SetVisible()

void GroupElement.SetVisible ( boolean bVisible)

设置可见性

参数
bVisible是否可见

重载 EntityElement .