|
NX Open C++ 参考指南 2406 v1.1
|
多段线 更多...
#include <Annotations_Polyline.hxx>
Public 成员函数 | |
| NXOpen::NXColor * | Color () |
| void | GetPoints (std::vector< NXOpen::Point3d > &points) |
| bool | IsFilled () |
| NXOpen::DisplayableObject::ObjectFont | LineFont () |
| NXOpen::DisplayableObject::ObjectWidth | LineWidth () |
| Public 成员函数 继承自 NXOpen::Annotations::Primitive | |
| virtual | ~Primitive () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
多段线
表示多段线
创建于NX2212.0.0.
| NXOpen::NXColor * NXOpen::Annotations::Polyline::Color | ( | ) |
获取 多段线的颜色
创建于NX2212.0.0.
许可要求:无
| void NXOpen::Annotations::Polyline::GetPoints | ( | std::vector< NXOpen::Point3d > & | points | ) |
获取多段线的点集
创建于NX2212.0.0.
许可要求:无
| points | 点集 |
| bool NXOpen::Annotations::Polyline::IsFilled | ( | ) |
获取 多段线填充状态
创建于NX2212.0.0.
许可要求:无
| NXOpen::DisplayableObject::ObjectFont NXOpen::Annotations::Polyline::LineFont | ( | ) |
获取 多段线线型
创建于NX2212.0.0.
许可要求:无
| NXOpen::DisplayableObject::ObjectWidth NXOpen::Annotations::Polyline::LineWidth | ( | ) |
获取 多段线线宽
创建于NX2212.0.0.
许可要求:无