|
AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The Text Node -since R2014UR1. 更多...
Public 成员函数 | |
| void | SetPoints (FloatList^ buffer) |
| void | SetColors (FloatList^ buffer) |
| void | ComputeBBox () |
Public 成员函数 继承自 AnyCAD::Platform::SceneNode | |
| ElementId^ | GetId () |
| void | SetId (ElementId^ nId) |
| String^ | GetName () |
| void | SetName (String^ name) |
| void | SetVisible (bool bVisible) |
| bool | IsVisible () |
| bool | IsPickable () |
| void | SetPickable (bool enabled) |
| bool | IsFilterable () |
| void | SetFilterable (bool enabled) |
| bool | IsFixedSize () |
| void | SetFixedSize (bool enabled) |
| void | SetBBox (AABox^ bbox) |
| AABox^ | GetBBox () |
| void | SetTransform (Matrix4^ trf) |
| Matrix4^ | GetTransform () |
| void | SetPointStyle (PointStyle^ pointStyle) |
| PointStyle^ | GetPointStyle () |
| void | SetLineStyle (LineStyle^ lineStyle) |
| LineStyle^ | GetLineStyle () |
| void | SetFaceStyle (FaceStyle^ faceStyle) |
| FaceStyle^ | GetFaceStyle () |
| void | SetRenderOrder (int order) |
| int | GetRenderOrder () |
| void | ResetShapeFilter (int nFilter) |
Public 成员函数 继承自 AnyCAD::Platform::Object | |
| String^ | GetObjectClassId () |
| StringList^ | ListParentClassIds () |
The Text Node -since R2014UR1.
TODO:
| void AnyCAD::Platform::PointCloudNode::ComputeBBox | ( | ) |
Compute bbox if you don't have the information.
| void AnyCAD::Platform::PointCloudNode::SetColors | ( | FloatList^ | buffer | ) |
Set color (r[0,1],g[0,1],b[0,1]) for each point.
| buffer | the points buffer. |
| void AnyCAD::Platform::PointCloudNode::SetPoints | ( | FloatList^ | buffer | ) |
Set Points. Each point has x,y,z.
| buffer | the points buffer. |
1.8.10