|
NX Open C++ 参考指南 2406 v1.1
|
角度公差接口 更多...
#include <Annotations_IAngularTolerance.hxx>
Public 成员函数 | |
| virtual NXOpen::Annotations::AngularTolerance * | GetTolerance ()=0 |
| virtual void | SetTolerance (NXOpen::Annotations::AngularTolerance *tolerances)=0 |
| Public 成员函数 继承自 NXOpen::INXObject | |
| virtual NXOpen::INXObject * | FindObject (const char *journalIdentifier)=0 |
| virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier)=0 |
| virtual bool | IsOccurrence ()=0 |
| virtual NXString | JournalIdentifier ()=0 |
| virtual NXString | Name ()=0 |
| virtual NXOpen::Assemblies::Component * | OwningComponent ()=0 |
| virtual NXOpen::BasePart * | OwningPart ()=0 |
| virtual void | Print ()=0 |
| virtual NXOpen::INXObject * | Prototype ()=0 |
| virtual void | SetName (const char *name)=0 |
| virtual void | SetName (const NXString &name)=0 |
角度公差接口
表示具有角度公差的对象
创建于NX4.0.0.
|
pure virtual |
|
pure virtual |
设置公差。 注意:此方法不应用于编辑只读对象(如镜像PMI对象)。 如果使用,更改将在部件更新时被覆盖。
创建于NX4.0.0.
许可要求:geometric_tol ("GDT") 或 drafting ("DRAFTING")
| tolerances | 公差 |