AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The Point Node, which can be used to display point. -since R2015. 更多...
The Point Node, which can be used to display point. -since R2015.
TODO:
Vector3 ^ AnyCAD::Platform::PointNode::GetPoint | ( | ) |
Get the value.
void AnyCAD::Platform::PointNode::SetPoint | ( | Vector3^ | pt | ) |
Set point value.
pt | the point value. |
void AnyCAD::Platform::PointNode::SetShowText | ( | bool | bShow | ) |
Set if to show the value text.
bShow | if true the text is visible. |