|
NX Open C++ 参考指南 2406 v1.1
|
旋转指针特征构建器 更多...
#include <Features_RotatingPointerBuilder.hxx>
友元 | |
| class | _RotatingPointerBuilderBuilder |
旋转指针特征构建器
表示旋转指针构建器 旋转指针是一种视觉设备,它根据其对称的水平角、垂直上角、垂直下角 最小范围和最大范围计算视野。 <br> 要创建此类的新实例,请使用 @link NXOpen::Features::AVDACollection::CreateRotatingPointerBuilder NXOpen::Features::AVDACollection::CreateRotatingPointerBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| HorizontalAngle.Value | 360 |
| MaximumRange.Value | 20000(毫米单位零件),787.4015(英寸单位零件) |
| MinimumRange.Value | 1(毫米单位零件),0.0393701(英寸单位零件) |
| VerticalDownAngle.Value | 30 |
| VerticalUpAngle.Value | 30 |
于NX2306.0.0版本创建。
| NXOpen::Expression * NXOpen::Features::RotatingPointerBuilder::HorizontalAngle | ( | ) |
返回水平角
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::RotatingPointerBuilder::MaximumRange | ( | ) |
返回最大范围
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::RotatingPointerBuilder::MinimumRange | ( | ) |
返回最小范围
于NX2306.0.0版本创建。
许可证要求:无
| void NXOpen::Features::RotatingPointerBuilder::SetSourcePoint | ( | NXOpen::Point * | sourcePoint | ) |
设置旋转指针源点
于NX2306.0.0版本创建。
许可证要求:vehicle_des_val (" Vehicle Design and Validation")
| sourcePoint | 源点 |
| void NXOpen::Features::RotatingPointerBuilder::SetUpDirection | ( | NXOpen::Direction * | upDirection | ) |
设置旋转指针向上方向
于NX2306.0.0版本创建。
许可证要求:vehicle_des_val (" Vehicle Design and Validation")
| upDirection | 向上方向 |
| void NXOpen::Features::RotatingPointerBuilder::SetViewDirection | ( | NXOpen::Direction * | viewDirection | ) |
设置旋转指针方向
于NX2306.0.0版本创建。
许可证要求:vehicle_des_val (" Vehicle Design and Validation")
| viewDirection | 视图方向 |
| NXOpen::Point * NXOpen::Features::RotatingPointerBuilder::SourcePoint | ( | ) |
返回旋转指针源点
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Direction * NXOpen::Features::RotatingPointerBuilder::UpDirection | ( | ) |
返回旋转指针向上方向
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::RotatingPointerBuilder::VerticalDownAngle | ( | ) |
返回垂直下角
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Expression * NXOpen::Features::RotatingPointerBuilder::VerticalUpAngle | ( | ) |
返回垂直上角
于NX2306.0.0版本创建。
许可证要求:无
| NXOpen::Direction * NXOpen::Features::RotatingPointerBuilder::ViewDirection | ( | ) |
返回旋转指针方向
于NX2306.0.0版本创建。
许可证要求:无