AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The Line Node, which can be used to display line. -since R2015. 更多...
The Line Node, which can be used to display line. -since R2015.
TODO:
Vector3 ^ AnyCAD::Platform::LineNode::GetEndPt | ( | ) |
Get the end point.
Vector3 ^ AnyCAD::Platform::LineNode::GetStartPt | ( | ) |
Get the start point.
Set line points.
start | the start point. |
end | the end point. |
void AnyCAD::Platform::LineNode::SetEndPt | ( | Vector3^ | pt | ) |
Set end point.
pt | the end point. |
void AnyCAD::Platform::LineNode::SetShowText | ( | bool | bShow | ) |
Set if to show the value text.
bShow | if true the text is visible. |
void AnyCAD::Platform::LineNode::SetStartPt | ( | Vector3^ | pt | ) |
Set start point.
pt | the start point. |