AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The grid Line Node, which hold the header. -since R2015UR2. 更多...
The grid Line Node, which hold the header. -since R2015UR2.
TODO:
Vector3 ^ AnyCAD::Platform::GridLineNode::GetEndPt | ( | ) |
Get the end point.
Vector3 ^ AnyCAD::Platform::GridLineNode::GetStartPt | ( | ) |
Get the start point.
void AnyCAD::Platform::GridLineNode::SetEndPt | ( | Vector3^ | pt | ) |
Set end point.
pt | the end point. |
void AnyCAD::Platform::GridLineNode::SetHeadText | ( | String^ | text | ) |
Set the head text
text | the string. |
Set line points.
start | the start point. |
end | the end point. |
void AnyCAD::Platform::GridLineNode::SetShowHead | ( | bool | bShow | ) |
Set if to show the value text.
bShow | if true the text is visible. |
void AnyCAD::Platform::GridLineNode::SetStartPt | ( | Vector3^ | pt | ) |
Set start point.
pt | the start point. |
void AnyCAD::Platform::GridLineNode::Update | ( | ) |
Update the grid line.