|
NX Open C++ 参考指南 2406 v1.1
|
物理关节构建器 更多...
#include <Mechatronics_PhysicsJointBuilder.hxx>
Public 类型 | |
| enum | MotionTypes { MotionTypesDynamics , MotionTypesKinematics , MotionTypesArticulation } |
Public 成员函数 | |
| NXOpen::SelectNXObject * | Attachment () |
| NXOpen::SelectNXObject * | Base () |
| NXOpen::Point * | BaseAnchorPoint () |
| NXOpen::Direction * | BaseAxisVector () |
| NXOpen::Mechatronics::PhysicsJointBuilder::MotionTypes | MotionType () |
| NXString | Name () |
| bool | Positioning () |
| void | SetAttachment (NXOpen::NXObject *attachment) |
| void | SetBase (NXOpen::NXObject *base) |
| void | SetBaseAnchorPoint (NXOpen::Point *point) |
| void | SetBaseAxisVector (NXOpen::Direction *axisVector) |
| void | SetMotionType (NXOpen::Mechatronics::PhysicsJointBuilder::MotionTypes motionType) |
| void | SetName (const char *name) |
| void | SetName (const NXString &name) |
| void | SetPositioning (bool usePositioning) |
| 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 | _PhysicsJointBuilderBuilder |
物理关节构建器
表示物理关节的基础构建器。
这是一个抽象类,无法创建。
创建于NX7.5.1。
| NXOpen::SelectNXObject * NXOpen::Mechatronics::PhysicsJointBuilder::Attachment | ( | ) |
返回关节的附件。可以是 NXOpen::Mechatronics::RigidBody 或可创建刚体的对象。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| NXOpen::SelectNXObject * NXOpen::Mechatronics::PhysicsJointBuilder::Base | ( | ) |
返回关节的基础。可以是 NXOpen::Mechatronics::RigidBody 或可创建刚体的对象。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| NXOpen::Point * NXOpen::Mechatronics::PhysicsJointBuilder::BaseAnchorPoint | ( | ) |
返回基础的锚点。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| NXOpen::Direction * NXOpen::Mechatronics::PhysicsJointBuilder::BaseAxisVector | ( | ) |
返回基础的轴向量。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| NXOpen::Mechatronics::PhysicsJointBuilder::MotionTypes NXOpen::Mechatronics::PhysicsJointBuilder::MotionType | ( | ) |
返回运动类型。
创建于NX1953.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| NXString NXOpen::Mechatronics::PhysicsJointBuilder::Name | ( | ) |
返回名称。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| bool NXOpen::Mechatronics::PhysicsJointBuilder::Positioning | ( | ) |
返回一个布尔值,表示是否创建装配关节。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetAttachment | ( | NXOpen::NXObject * | attachment | ) |
设置附件。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| attachment | 附件 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetBase | ( | NXOpen::NXObject * | base | ) |
设置基础。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| base | 基础 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetBaseAnchorPoint | ( | NXOpen::Point * | point | ) |
设置基础的锚点。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| point | 点 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetBaseAxisVector | ( | NXOpen::Direction * | axisVector | ) |
设置基础的轴向量。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| axisVector | 轴向量 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetMotionType | ( | NXOpen::Mechatronics::PhysicsJointBuilder::MotionTypes | motionType | ) |
设置运动类型。
创建于NX1953.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| motionType | 运动类型 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetName | ( | const char * | name | ) |
设置名称。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| name | 名称 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetName | ( | const NXString & | name | ) |
设置名称。
创建于NX7.5.1。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| name | 名称 |
| void NXOpen::Mechatronics::PhysicsJointBuilder::SetPositioning | ( | bool | usePositioning | ) |
设置一个布尔值,表示是否创建装配关节。
创建于NX11.0.0。
许可证要求:nx_mcd_core("Mechatronics Concept Designer")
| usePositioning | 是否创建装配关节 |