|
NX Open C++ 参考指南 2406 v1.1
|
曲率横截面面规则类 更多...
#include <FaceCurvatureCrossSectionFacesRule.hxx>
Public 成员函数 | |
| void | GetData (NXOpen::Face **face, NXOpen::Edge **propagationEdge1, NXOpen::Edge **propagationEdge2, NXOpen::Face **limitFace1, NXOpen::Face **limitFace2) |
| virtual | ~FaceCurvatureCrossSectionFacesRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
曲率横截面面规则类
表示一个 NXOpen::SelectionIntentRule ,用于收集曲率横截面面。
于NX2406.0.0中创建。
|
virtual |
从内存中释放对象。
于NX2406.0.0中创建。
许可证要求:无
| void NXOpen::FaceCurvatureCrossSectionFacesRule::GetData | ( | NXOpen::Face ** | face, |
| NXOpen::Edge ** | propagationEdge1, | ||
| NXOpen::Edge ** | propagationEdge2, | ||
| NXOpen::Face ** | limitFace1, | ||
| NXOpen::Face ** | limitFace2 ) |
获取曲率横截面面规则的数据:NXOpen::FaceCurvatureCrossSectionFacesRule
于NX2406.0.0中创建。
许可证要求:gateway ("UG GATEWAY")
| face | 此规则的种子面 |
| propagationEdge1 | 此规则的第一个传播边 |
| propagationEdge2 | 此规则的第二个传播边 |
| limitFace1 | 此规则的第一个限制面 |
| limitFace2 | 此规则的第二个限制面 |