AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
Component类 参考
类 Component 继承关系图:
Element AObject GeneralComponent StreamComponent TransformComponent NodeComponent PropertiesComponent SchemaComponent

Public 成员函数

ClassId GetClassId ()
 
 Component (ObjectId entityId)
 
ObjectId GetEntityId ()
 
boolean SetEntityId (ObjectId val)
 
Element GetEntity ()
 
- Public 成员函数 继承自 Element
ClassId GetClassId ()
 
ObjectId GetId ()
 
long GetUserId ()
 
boolean SetUserId (long val)
 
String GetName ()
 
boolean SetName (String val)
 
String GetSchemaName ()
 
boolean SetSchemaName (String val)
 
long GetUserFlags ()
 
void SetUserFlags (long val)
 
void MakeUniqueName (String base)
 
void MakeUniqueName ()
 
void RequestUpdate ()
 
void ListParameters (ParameterDict parameters)
 
boolean SetParameter (ParameterDict parameters, String key)
 
- Public 成员函数 继承自 AObject
ClassId GetClassId ()
 
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static Component Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 
static Element Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 

详细描述

<>
组件,用于动态给Entity增加特性

成员函数说明

◆ Cast()

static Component Component.Cast ( AObject  obj)
static

重载 Element .

◆ GetClassId()

ClassId Component.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 Element .

GeneralComponent, NodeComponent, PropertiesComponent, SchemaComponent, StreamComponent , 以及 TransformComponent 重载.

◆ GetEntity()

Element Component.GetEntity ( )

获取实体对象

返回

◆ GetStaticClassId()

static ClassId Component.GetStaticClassId ( )
static