|
NX Open C++ 参考指南 2406 v1.1
|
细分网格边拓扑数据 更多...
#include <SubdivisionMeshEdgeTopologyData.hxx>
Public 成员函数 | |
| int | Vertex1Id () |
| int | Vertex2Id () |
| int | Weight () |
| virtual | ~SubdivisionMeshEdgeTopologyData () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
细分网格边拓扑数据
Represents a subdivision mesh edge topological connectivity data.
Created in NX2406.0.0.
|
virtual |
Frees the memory associated with this object. After invocation of this method, the object is no longer valid.
Created in NX2406.0.0.
License requirements : None
| int NXOpen::SubdivisionMeshEdgeTopologyData::Vertex1Id | ( | ) |
Returns the id of first vertex.
Created in NX2406.0.0.
License requirements : None
| int NXOpen::SubdivisionMeshEdgeTopologyData::Vertex2Id | ( | ) |
Returns the id of second vertex.
Created in NX2406.0.0.
License requirements : None
| int NXOpen::SubdivisionMeshEdgeTopologyData::Weight | ( | ) |
Returns the value indicating weight, between 0 to 100%
Created in NX2406.0.0.
License requirements : None