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

Public 成员函数

ClassId GetClassId ()
 
 TransformComponent (ObjectId entityId)
 
GTrsf GetTransform ()
 
boolean SetTransform (GTrsf val)
 
void SetLocation (GXYZ position)
 
GXYZ GetLocation ()
 
void SetYawPitchRoll (GXYZ value)
 
GXYZ GetYawPitchRoll ()
 
GXYZ GetEulerAngles ()
 
void SetEulerAngles (GXYZ angles)
 
void SetDirection (GDir dirZ)
 
- Public 成员函数 继承自 Component
 Component (ObjectId entityId)
 
ObjectId GetEntityId ()
 
boolean SetEntityId (ObjectId val)
 
Element GetEntity ()
 
Component CloneComponent (Document pDoc, ObjectId entityId)
 
- 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 ()
 
void ListParameters (ParameterDict parameters)
 
boolean SetParameter (ParameterDict parameters, String key)
 
String GetModifyCommand ()
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static TransformComponent Cast (AObject obj)
 
static TransformComponent Create (Document pDoc, ObjectId entityId)
 
static TransformComponent Get (EntityElement pEntity)
 

详细描述

<>
矩阵变换组件,用于给Drawable对象增加矩阵变换

成员函数说明

◆ Cast()

static TransformComponent TransformComponent.Cast ( AObject obj)
static

重载 Component .

◆ Get()

static TransformComponent TransformComponent.Get ( EntityElement pEntity)
static

获取Entity上的TransformComponent

参数
pEntityEntityElement
返回
TransformComponent

◆ GetClassId()

ClassId TransformComponent.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 Component .

◆ GetEulerAngles()

GXYZ TransformComponent.GetEulerAngles ( )

设置选择角度,角度

返回

◆ GetStaticClassId()

static ClassId TransformComponent.GetStaticClassId ( )
static

获取类信息

返回

重载 Component .

◆ SetLocation()

void TransformComponent.SetLocation ( GXYZ position)

设置位置

参数
position位置

◆ SetYawPitchRoll()

void TransformComponent.SetYawPitchRoll ( GXYZ value)

设置选择角度,弧度

参数
value欧拉角