NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Annotations::Polytriangle类 参考

多三角形 更多...

#include <Annotations_Polytriangle.hxx>

类 NXOpen::Annotations::Polytriangle 继承关系图:
NXOpen::Annotations::Primitive NXOpen::TransientObject

Public 成员函数

NXOpen::NXColorColor ()
void GetPoints (std::vector< NXOpen::Point3d > &points)
bool IsFilled ()
Public 成员函数 继承自 NXOpen::Annotations::Primitive
virtual ~Primitive ()
Public 成员函数 继承自 NXOpen::TransientObject
void * GetHandle ()

详细描述

多三角形

表示一个多三角形
创建于 NX2212.0.0.

成员函数说明

◆ Color()

NXOpen::NXColor * NXOpen::Annotations::Polytriangle::Color ( )

获取 三角形的颜色
创建于 NX2212.0.0.

许可要求:无

◆ GetPoints()

void NXOpen::Annotations::Polytriangle::GetPoints ( std::vector< NXOpen::Point3d > & points)

获取多三角形的顶点
创建于 NX2212.0.0.

许可要求:无

参数
points顶点

◆ IsFilled()

bool NXOpen::Annotations::Polytriangle::IsFilled ( )

获取 三角形的填充状态
创建于 NX2212.0.0.

许可要求:无