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

Public 成员函数

ClassId GetClassId ()
 
ObjectId GetShapeId ()
 
boolean SetShapeId (ObjectId val)
 
EnumTopoShapeType GetShapeType ()
 
boolean SetShapeType (EnumTopoShapeType val)
 
long GetShapeIndex ()
 
boolean SetShapeIndex (long val)
 
TopoShape GetShape ()
 
TopoShape GetHostShape ()
 
- 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 ReferenceShape Cast (AObject obj)
 
static ReferenceShape Create (Document pDoc)
 
static ReferenceShape Create (Document pDoc, PickedId id, EnumTopoShapeType type, long idx)
 
static ReferenceShape Create (Document pDoc, PickedItem item)
 

详细描述

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

成员函数说明

◆ Cast()

static ReferenceShape ReferenceShape.Cast ( AObject obj)
static

重载 ReferenceElement .

◆ Create() [1/3]

static ReferenceShape ReferenceShape.Create ( Document pDoc)
static

重载 ReferenceElement .

◆ Create() [2/3]

static ReferenceShape ReferenceShape.Create ( Document pDoc,
PickedId id,
EnumTopoShapeType type,
long idx )
static

若已经创建了对应Shape的参考对象,则重用已有的。否则重新创建。

参数
pDoc文档
id被引用的主对象
type拓扑类型
idx索引
返回
对象

◆ Create() [3/3]

static ReferenceShape ReferenceShape.Create ( Document pDoc,
PickedItem item )
static

根据选择对象创建

参数
pDoc文档
item选择项
返回
引用对象

◆ GetClassId()

ClassId ReferenceShape.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ReferenceElement .

ReferencePoint 重载.

◆ GetHostShape()

TopoShape ReferenceShape.GetHostShape ( )

主模型

返回
Shape

◆ GetShape()

TopoShape ReferenceShape.GetShape ( )

引用的子Shape

◆ GetStaticClassId()

static ClassId ReferenceShape.GetStaticClassId ( )
static

获取类信息

返回

重载 ReferenceElement .

ReferencePoint 重载.