AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::ShapeDriverContext类 参考

The context to create shape. 更多...

#include <APIShapeDriverContext.h>

Public 成员函数

ElementId GetElementId () const
 
String GetDocumentId () const
 
Element FindElement (const ElementId &id) const
 
ParameterValueSet GetParameters () const
 

详细描述

The context to create shape.

TODO:

成员函数说明

Element AnyCAD::API::ShapeDriverContext::FindElement ( const ElementId id) const

Find element by id.

参数
idthe element id.
返回
the Element.
String AnyCAD::API::ShapeDriverContext::GetDocumentId ( ) const

Get the document id.

返回
the id.
ElementId AnyCAD::API::ShapeDriverContext::GetElementId ( ) const

Get the annotation element id.

返回
the id.
ParameterValueSet AnyCAD::API::ShapeDriverContext::GetParameters ( ) const

Get the parameters of the annotation element.

返回
the parameters.

该类的文档由以下文件生成: