|
NX Open C++ 参考指南 2406 v1.1
|
运动副驱动器构建器 更多...
#include <Motion_JointDriverBuilder.hxx>
Public 成员函数 | |
| NXOpen::Motion::DriverMultiOperations * | DriverMultiOperations () |
| NXOpen::SelectTaggedObject * | Joint () |
| NXString | Name () |
| void | SetName (const char *name) |
| void | SetName (const NXString &name) |
| Public 成员函数 继承自 NXOpen::Motion::MotionBuilder | |
| double | DisplayScale () |
| NXString | GroupName () |
| NXOpen::Motion::MotionObject::GroupType | GroupType () |
| void | SetDisplayScale (double displayScale) |
| void | SetGroupName (const char *groupName) |
| void | SetGroupName (const NXString &groupName) |
| void | SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType) |
| Public 成员函数 继承自 NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| void | ShowResults () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _JointDriverBuilderBuilder |
运动副驱动器构建器
表示 NXOpen::Motion::JointDriverBuilder
要创建此类的新实例,请使用 NXOpen::Motion::JointDriverCollection::CreateJointDriverBuilder
创建于NX5.0.0。
| NXOpen::Motion::DriverMultiOperations * NXOpen::Motion::JointDriverBuilder::DriverMultiOperations | ( | ) |
返回驱动操作
创建于NX6.0.0。
许可证要求:无
| NXOpen::SelectTaggedObject * NXOpen::Motion::JointDriverBuilder::Joint | ( | ) |
返回关节
创建于NX5.0.0。
许可证要求:无
| NXString NXOpen::Motion::JointDriverBuilder::Name | ( | ) |
返回名称
创建于NX5.0.0。
许可证要求:无
| void NXOpen::Motion::JointDriverBuilder::SetName | ( | const char * | name | ) |
设置名称
创建于NX5.0.0。
许可证要求:mechanisms ("MECHANISMS")
| name | 名称 |
| void NXOpen::Motion::JointDriverBuilder::SetName | ( | const NXString & | name | ) |
设置名称
创建于NX5.0.0。
许可证要求:mechanisms ("MECHANISMS")
| name | 名称 |