AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
XdeNode类 参考

Public 成员函数

boolean IsNullLabel ()
 
void SetName (String name)
 
String GetName ()
 
GTrsf GetLocation ()
 
void SetLocation (GTrsf trf)
 
boolean HasChild ()
 
int NbChildren ()
 
int GetDepth ()
 

详细描述

<> 节点对象,用来与TopoShape关联

成员函数说明

◆ GetDepth()

int XdeNode.GetDepth ( )

当前节点的深度

返回
深度

◆ GetLocation()

GTrsf XdeNode.GetLocation ( )

获取矩阵变换

返回
矩阵变换

◆ GetName()

String XdeNode.GetName ( )

获取名称

返回
名称

◆ HasChild()

boolean XdeNode.HasChild ( )

判断是否有孩子节点

返回
true是

◆ IsNullLabel()

boolean XdeNode.IsNullLabel ( )

是否为空。

返回
true则为空

◆ NbChildren()

int XdeNode.NbChildren ( )

孩子节点的个数

返回
个数

◆ SetLocation()

void XdeNode.SetLocation ( GTrsf trf)

设置矩阵变换

参数
trf矩阵

◆ SetName()

void XdeNode.SetName ( String name)

设置名称

参数
name