|
NX Open C++ 参考指南 2406 v1.1
|
矩形目标接口 更多...
#include <Annotations_IRectangularTarget.hxx>
Public 成员函数 | |
| virtual NXOpen::Annotations::Value | GetLength ()=0 |
| virtual NXOpen::Annotations::Value | GetWidth ()=0 |
| virtual void | SetLength (const NXOpen::Annotations::Value &length)=0 |
| virtual void | SetWidth (const NXOpen::Annotations::Value &width)=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 |
|
pure virtual |
设置目标长度。 注意:此方法不应用于编辑只读对象(如镜像PMI对象)。 如果使用,更改将在部件更新时被覆盖。
创建于NX4.0.0.
许可要求:geometric_tol ("GDT")
| length | 新的长度数据 |
|
pure virtual |
设置目标宽度。 注意:此方法不应用于编辑只读对象(如镜像PMI对象)。 如果使用,更改将在部件更新时被覆盖。
创建于NX4.0.0.
许可要求:geometric_tol ("GDT")
| width | 新的宽度数据 |