|
NX Open C++ 参考指南 2406 v1.1
|
铺层构建器 更多...
#include <Composites_PlyBuilder.hxx>
Public 成员函数 | |
| NXOpen::Features::Feature * | BoundaryRegion () |
| NXOpen::PhysicalMaterial * | Material () |
| NXString | OrientationString () |
| NXOpen::Composites::SelectLaminate * | ParentLaminate () |
| void | SetBoundaryRegion (NXOpen::Features::Feature *region) |
| void | SetMaterial (NXOpen::PhysicalMaterial *material) |
| void | SetOrientationString (const char *orientationString) |
| void | SetOrientationString (const NXString &orientationString) |
| 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 | _PlyBuilderBuilder |
铺层构建器
创建或编辑Composites::Ply 对象。
要创建此类的新实例,请使用NXOpen::Composites::Manager::CreatePlyBuilder
在NX1926.0.0中创建。
| NXOpen::Features::Feature * NXOpen::Composites::PlyBuilder::BoundaryRegion | ( | ) |
返回选定的Composites::Features::Region ,用于定义Composites::Ply 的范围
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| NXOpen::PhysicalMaterial * NXOpen::Composites::PlyBuilder::Material | ( | ) |
返回材料字符串
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| NXString NXOpen::Composites::PlyBuilder::OrientationString | ( | ) |
返回Composites::Ply 的方向。
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| NXOpen::Composites::SelectLaminate * NXOpen::Composites::PlyBuilder::ParentLaminate | ( | ) |
返回包含单个选定父Composites::Laminate 的列表。
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| void NXOpen::Composites::PlyBuilder::SetBoundaryRegion | ( | NXOpen::Features::Feature * | region | ) |
设置选定的Composites::Features::Region ,用于定义Composites::Ply 的范围
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| region | 区域 |
| void NXOpen::Composites::PlyBuilder::SetMaterial | ( | NXOpen::PhysicalMaterial * | material | ) |
设置材料字符串
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| material | 材料 |
| void NXOpen::Composites::PlyBuilder::SetOrientationString | ( | const char * | orientationString | ) |
设置Composites::Ply 的方向。
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| orientationString | 方向字符串 |
| void NXOpen::Composites::PlyBuilder::SetOrientationString | ( | const NXString & | orientationString | ) |
设置Composites::Ply 的方向。
在NX1926.0.0中创建。
许可要求:nx_composites (" Composites")
| orientationString | 方向字符串 |