|
NX Open C++ 参考指南 2406 v1.1
|
直接视图构建器 更多...
#include <Features_DirectVisionBuilder.hxx>
Public 类型 | |
| enum | EyeRotationTypes { EyeRotationTypesEasy , EyeRotationTypesMaximum , EyeRotationTypesUserDefined } |
| enum | HeadTurnTypes { HeadTurnTypesEasy , HeadTurnTypesMaximum , HeadTurnTypesUserDefined } |
| enum | VisionType { VisionTypeMonocular , VisionTypeBinocular , VisionTypeUserDefined } |
友元 | |
| class | _DirectVisionBuilderBuilder |
直接视图构建器
表示 @link Features::DirectVision Features::DirectVision@endlink 构造器 <br> 要创建此类的新实例,请使用 @link NXOpen::Features::AVDACollection::CreateDirectVisionBuilder NXOpen::Features::AVDACollection::CreateDirectVisionBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| 眼点类型 | 单眼 |
| 眼球向下旋转.Value | 15 |
| 眼球向左旋转.Value | 15 |
| 眼球向右旋转.Value | 15 |
| 眼球旋转类型 | 最大 |
| 眼球向上旋转.Value | 15 |
| 头部向左旋转.Value | 45 |
| 头部向右旋转.Value | 45 |
| 头部转动类型 | 简单 |
| 使用头部转动切换 | false |
创建于NX1953.0.0。
| NXOpen::Features::SelectFeature * NXOpen::Features::DirectVisionBuilder::Eyellipse | ( | ) |
返回眼椭圆
在 NX1953.0.0 中创建。
许可证要求:无
| NXString NXOpen::Features::DirectVisionBuilder::EyePoint | ( | ) |
返回视点
在 NX1953.0.0 中创建。
许可证要求:无
| NXOpen::Features::DirectVisionBuilder::VisionType NXOpen::Features::DirectVisionBuilder::EyePointType | ( | ) |
返回视点类型
在 NX1953.0.0 中创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::EyeRotationDown | ( | ) |
返回眼睛向下旋转表达式
创建于 NX1980.0.0.
许可要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::EyeRotationLeft | ( | ) |
返回眼睛左旋转
在 NX1980.0.0 中创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::EyeRotationRight | ( | ) |
返回眼睛右旋转
在 NX1980.0.0 中创建。
许可证要求:无
| NXOpen::Features::DirectVisionBuilder::EyeRotationTypes NXOpen::Features::DirectVisionBuilder::EyeRotationType | ( | ) |
返回眼睛旋转类型
在 NX1980.0.0 中创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::EyeRotationUp | ( | ) |
返回眼睛上旋转
在 NX1980.0.0 中创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::HeadRotationLeft | ( | ) |
返回头部向左旋转表达式
创建于 NX1980.0.0.
许可要求:无
| NXOpen::Expression * NXOpen::Features::DirectVisionBuilder::HeadRotationRight | ( | ) |
返回头部向右旋转表达式
创建于 NX1980.0.0.
许可要求:无
| NXOpen::Features::DirectVisionBuilder::HeadTurnTypes NXOpen::Features::DirectVisionBuilder::HeadTurnType | ( | ) |
返回头部转动类型
创建于 NX1980.0.0.
许可要求:无
| void NXOpen::Features::DirectVisionBuilder::SetEyePoint | ( | const char * | eyePoint | ) |
设置视点
在 NX1953.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| eyePoint | 视点 |
| void NXOpen::Features::DirectVisionBuilder::SetEyePoint | ( | const NXString & | eyePoint | ) |
设置视点
在 NX1953.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| eyePoint | 视点 |
| void NXOpen::Features::DirectVisionBuilder::SetEyePointType | ( | NXOpen::Features::DirectVisionBuilder::VisionType | eyePointType | ) |
设置视点类型
在 NX1953.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| eyePointType | 视点类型 |
| void NXOpen::Features::DirectVisionBuilder::SetEyeRotationType | ( | NXOpen::Features::DirectVisionBuilder::EyeRotationTypes | eyeRotationType | ) |
设置眼睛旋转类型
在 NX1980.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| eyeRotationType | 眼睛旋转类型 |
| void NXOpen::Features::DirectVisionBuilder::SetHeadTurnType | ( | NXOpen::Features::DirectVisionBuilder::HeadTurnTypes | headTurnType | ) |
设置头部转动类型
创建于 NX1980.0.0.
许可要求:vehicle_des_val ("车辆设计与验证")
| headTurnType | 头部转动类型 |
| void NXOpen::Features::DirectVisionBuilder::SetStandard | ( | const char * | standard | ) |
设置标准
在 NX1953.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| standard | 标准 |
| void NXOpen::Features::DirectVisionBuilder::SetStandard | ( | const NXString & | standard | ) |
设置标准
在 NX1953.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| standard | 标准 |
| void NXOpen::Features::DirectVisionBuilder::SetUseHeadTurnToggle | ( | bool | useHeadTurnToggle | ) |
设置是否启用头部转动切换
创建于 NX1980.0.0.
许可要求:vehicle_des_val ("车辆设计与验证")
| useHeadTurnToggle | 是否启用头部转动切换 |
| void NXOpen::Features::DirectVisionBuilder::SetUserDefinedPoint | ( | NXOpen::Point * | userDefinedPoint | ) |
设置用户定义点
在 NX1980.0.0 中创建。
许可证要求:vehicle_des_val("车辆设计与验证")
| userDefinedPoint | 用户定义点 |
| NXString NXOpen::Features::DirectVisionBuilder::Standard | ( | ) |
返回标准
在 NX1953.0.0 中创建。
许可证要求:无
| bool NXOpen::Features::DirectVisionBuilder::UseHeadTurnToggle | ( | ) |
返回是否启用头部转动切换
创建于 NX1980.0.0.
许可要求:无
| NXOpen::Point * NXOpen::Features::DirectVisionBuilder::UserDefinedPoint | ( | ) |
返回用户定义点
在 NX1980.0.0 中创建。
许可证要求:无