AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
可以显示的Entity。 更多...
Public 成员函数 | |
void | SetId (int id) |
int | GetId () |
AABox^ | GetBBox () |
int | GetEntityType () |
void | SetShapeFilter (int nFilter) |
int | GetShapeFilter () |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
可以显示的Entity。
TODO:
AABox ^ AnyCAD::Platform::RenderableEntity::GetBBox | ( | ) |
获取包围盒。
int AnyCAD::Platform::RenderableEntity::GetEntityType | ( | ) |
获取Entity的几何类型,包括 Face, Edge, Vertex, Text
int AnyCAD::Platform::RenderableEntity::GetId | ( | ) |
获取ID。
int AnyCAD::Platform::RenderableEntity::GetShapeFilter | ( | ) |
获取能够显示的几何类型。
void AnyCAD::Platform::RenderableEntity::SetId | ( | int | id | ) |
设置ID,用于标记Entity对象。
id | 整数的值 |
void AnyCAD::Platform::RenderableEntity::SetShapeFilter | ( | int | nFilter | ) |
设置可以被显示的几何类型,比如设置只显示Face。
nFilter | by EnumRenderFlags |