|
NX Open C++ 参考指南 2406 v1.1
|
物理转换构建器 更多...
#include <Motion_PhysicsConversionBuilder.hxx>
Public 成员函数 | |
| void | ActiveAll () |
| void | DeactiveAll () |
| void | GetPhysics (std::vector< NXOpen::NXObject * > &physicsProto, std::vector< NXOpen::Assemblies::Component * > &partOccurrence, std::vector< bool > &active) |
| void | UpdateStatus (const std::vector< NXOpen::NXObject * > &physicsProto, const std::vector< NXOpen::Assemblies::Component * > &partOccurrence, bool active) |
| 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 | _PhysicsConversionBuilderBuilder |
物理转换构建器
表示一个 NXOpen::Motion::PhysicsConversionBuilder 构建器
要创建此类的新实例,请使用 NXOpen::Motion::MotionSession::CreatePhysicsConversionBuilder
创建于NX8.0.0.
| void NXOpen::Motion::PhysicsConversionBuilder::ActiveAll | ( | ) |
激活所有物理项。
创建于NX8.0.0.
许可证要求 : mechanisms ("MECHANISMS")
| void NXOpen::Motion::PhysicsConversionBuilder::DeactiveAll | ( | ) |
使所有物理项失效。
创建于NX8.0.0.
许可证要求 : mechanisms ("MECHANISMS")
| void NXOpen::Motion::PhysicsConversionBuilder::GetPhysics | ( | std::vector< NXOpen::NXObject * > & | physicsProto, |
| std::vector< NXOpen::Assemblies::Component * > & | partOccurrence, | ||
| std::vector< bool > & | active ) |
获取所有物理项及其状态。
创建于NX8.0.0.
许可证要求 : mechanisms ("MECHANISMS")
| physicsProto | 物理原型 |
| partOccurrence | 零件实例 |
| active | 激活状态 |
| void NXOpen::Motion::PhysicsConversionBuilder::UpdateStatus | ( | const std::vector< NXOpen::NXObject * > & | physicsProto, |
| const std::vector< NXOpen::Assemblies::Component * > & | partOccurrence, | ||
| bool | active ) |
使部分物理项激活或失效。
创建于NX8.0.0.
许可证要求 : mechanisms ("MECHANISMS")
| physicsProto | 物理原型 |
| partOccurrence | 零件实例 |
| active | 激活状态 |