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

Public 成员函数

ClassId GetClassId ()
 
- 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)
 
String GetCategory ()
 
boolean SetCategory (String val)
 
ObjectId GetPrototypeId ()
 
boolean SetPrototypeId (ObjectId val)
 
int GetOrderNumber ()
 
boolean SetOrderNumber (int val)
 
Document GetDocument ()
 
void SetNameW (String name)
 
String GetNameW ()
 
String GetUIName ()
 
String GetUINameW ()
 
String GetToolTip (PickedItem item)
 
String GetToolTipW (PickedItem item)
 
void MakeUniqueName (String base)
 
void MakeUniqueNameW (String base)
 
void MakeUniqueNameByBase (String base)
 
void MakeUniqueAliasName (String base, boolean continuous)
 
void MakeUniqueAliasName (String base)
 
void MakeUniqueAliasNameW (String base, boolean continuous)
 
void MakeUniqueAliasNameW (String base)
 
void MakeUniqueName ()
 
void MakeUniqueNameByConfig ()
 
void MakeUniqueAliasNameByConfig (boolean continuous)
 
void MakeUniqueAliasNameByConfig ()
 
void RequestUpdate (EnumUpdateElementFlag mode)
 
void RequestUpdate ()
 
void ListParameters (ParameterDict parameters)
 
boolean SetParameter (ParameterDict parameters, String key)
 
String GetModifyCommand ()
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static ReferenceElement Cast (AObject obj)
 
static ReferenceElement Create (Document pDoc)
 

详细描述

<>
引用拓扑对象的子元素:点、边、面

成员函数说明

◆ Cast()

static ReferenceElement ReferenceElement.Cast ( AObject obj)
static

重载 Element .

◆ GetClassId()

ClassId ReferenceElement.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 Element .

ReferencePoint , 以及 ReferenceShape 重载.

◆ GetStaticClassId()

static ClassId ReferenceElement.GetStaticClassId ( )
static

获取类信息

返回

重载 Element .

ReferencePoint , 以及 ReferenceShape 重载.