|
NX Open C++ 参考指南 2406 v1.1
|
WAVE布线构建器 更多...
#include <Features_WaveRoutingBuilder.hxx>
友元 | |
| class | _WaveRoutingBuilderBuilder |
WAVE布线构建器
表示 @link NXOpen::Features::WaveRoutingBuilder NXOpen::Features::WaveRoutingBuilder@endlink <br> 要创建此类的新实例,请使用 @link NXOpen::Features::FeatureCollection::CreateWaveRoutingBuilder NXOpen::Features::FeatureCollection::CreateWaveRoutingBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| 关联 | True |
在NX5.0.0中创建。
| bool NXOpen::Features::WaveRoutingBuilder::Associative | ( | ) |
返回关联状态
在NX5.0.0中创建。
许可证要求:无
| NXOpen::Features::Feature * NXOpen::Features::WaveRoutingBuilder::CommitCreateOnTheFly | ( | ) |
提交特征并设置即时创建标志
| void NXOpen::Features::WaveRoutingBuilder::GetParentInformation | ( | NXOpen::TaggedObject * | selectionTag, |
| bool | calcStatus, | ||
| NXString * | parentPartName, | ||
| NXString * | objectName, | ||
| NXString * | status ) |
返回Wave链接路由的父项信息
在NX2406.4000.0中创建。
许可证要求:无
| selectionTag | 选择标记 |
| calcStatus | 计算状态 |
| parentPartName | 父部件名称 |
| objectName | 对象名称 |
| status | 状态 |
| void NXOpen::Features::WaveRoutingBuilder::GetWaveLinkInformation | ( | NXString * | info, |
| bool * | xformExists, | ||
| NXOpen::Point3d * | xformOrigin, | ||
| NXOpen::Matrix3x3 * | xformOrientation, | ||
| double * | xformScale ) |
打印关于链接的Wave浏览器类型信息
在NX6.0.0中创建。
许可证要求:wave ("WAVE FUNCTIONALITY")
| info | 查询到的Wave信息 |
| xformExists | 若存在变换则为true |
| xformOrigin | 变换原点 |
| xformOrientation | 变换矩阵 |
| xformScale | 变换缩放 |
| bool NXOpen::Features::WaveRoutingBuilder::MakePositionIndependent | ( | ) |
返回位置是否独立
在NX5.0.0中创建。
许可证要求:无
| NXOpen::SelectObjectList * NXOpen::Features::WaveRoutingBuilder::RoutingObjects | ( | ) |
返回路由对象
在NX5.0.0中创建。
许可证要求:无
| void NXOpen::Features::WaveRoutingBuilder::SetAssociative | ( | bool | associative | ) |
设置关联状态
在NX5.0.0中创建。
许可证要求:solid_modeling ("SOLIDS MODELING")
| associative | 关联 |
| void NXOpen::Features::WaveRoutingBuilder::SetMakePositionIndependent | ( | bool | makePositionIndependent | ) |
设置位置是否独立
在NX5.0.0中创建。
许可证要求:solid_modeling ("SOLIDS MODELING")
| makePositionIndependent | 位置独立 |