|
NX Open C++ 参考指南 2406 v1.1
|
环境着色构建器 更多...
#include <Features_EnvironmentPaintingBuilder.hxx>
友元 | |
| class | _EnvironmentPaintingBuilderBuilder |
环境着色构建器
表示环境绘制构建器 环境绘制将目标环境体划分为可见和不可见区域。 绘制时会考虑不同的视觉设备和遮挡体。 <br> 若要创建此类的新实例,请使用 @link NXOpen::Features::AVDACollection::CreateEnvironmentpaintingBuilder NXOpen::Features::AVDACollection::CreateEnvironmentpaintingBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| DisplayResolution.AngleTolerance | 15.0 |
| DisplayResolution.EdgeTolerance | 0.005 |
| DisplayResolution.FaceTolerance | 0.005 |
| DisplayResolution.Resolution | Standard |
| DisplayResolution.WidthTolerance | 0.3 |
在 NX2206.0.0 中创建。
| bool NXOpen::Features::EnvironmentPaintingBuilder::AllowDirectVisibility | ( | ) |
返回允许直接可见性
Created in NX2306.0.0.
License requirements : None
| void NXOpen::Features::EnvironmentPaintingBuilder::ButtonDisplayProperties | ( | ) |
此按钮弹出对话框以设置直接视觉输出数据的显示属性
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| NXOpen::Features::RotatingPointerListItemBuilder * NXOpen::Features::EnvironmentPaintingBuilder::CreateRotatingPointerListItemBuilder | ( | ) |
创建 NXOpen::Features::RotatingPointerListItemBuilder
创建于 NX2406.0.0。
许可要求:vehicle_des_val("Vehicle Design and Validation")
| NXOpen::Features::VDVCameraListItemBuilder * NXOpen::Features::EnvironmentPaintingBuilder::CreateVDVCameraListItemBuilder | ( | ) |
创建一个 NXOpen::Features::InterceptionCameraListItemBuilder
返回相机列表
创建一个 NXOpen::Features::VDVCameraListItemBuilder
Created in NX2212.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| NXOpen::Features::VDVMirrorListItemBuilder * NXOpen::Features::EnvironmentPaintingBuilder::CreateVDVMirrorListItemBuilder | ( | ) |
创建 NXOpen::Features::VDVMirrorListItemBuilder
创建于 NX2406.0.0。
许可要求:vehicle_des_val("Vehicle Design and Validation")
| NXOpen::Features::SelectFeature * NXOpen::Features::EnvironmentPaintingBuilder::DirectVision | ( | ) |
返回用于创建环境着色特征的直接视觉
Created in NX2306.0.0.
License requirements : None
| NXOpen::GeometricUtilities::DisplayResolutionBuilder * NXOpen::Features::EnvironmentPaintingBuilder::DisplayResolution | ( | ) |
返回将决定所选环境体的分面面三角形精细度的显示分辨率
创建于 NX2206.0.0。
许可要求:无
| double NXOpen::Features::EnvironmentPaintingBuilder::DistanceTolerance | ( | ) |
返回距离公差
创建于 NX2206.0.0。
许可要求:无
| NXOpen::Features::SelectFeatureList * NXOpen::Features::EnvironmentPaintingBuilder::Obstructions | ( | ) |
返回用于创建环境绘制特征的障碍物
创建于 NX2206.0.0。
许可要求:无
| NXOpen::Features::RotatingPointerListItemBuilderList * NXOpen::Features::EnvironmentPaintingBuilder::RotatingPointerList | ( | ) |
返回旋转指针列表
创建于 NX2406.0.0。
许可要求:无
| void NXOpen::Features::EnvironmentPaintingBuilder::SetAllowDirectVisibility | ( | bool | allowDirectVisibility | ) |
设置允许直接可见性
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| allowDirectVisibility | allowdirectvisibility |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
设置距离公差
创建于 NX2206.0.0。
许可要求:vehicle_des_val("Vehicle Design and Validation")
| distanceTolerance | 距离公差 |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetEnvironmentPaintingDisplayResolution | ( | NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType | resolutionReference | ) |
设置环境绘制分辨率
创建于 NX2406.0.0。
许可要求:vehicle_des_val("Vehicle Design and Validation")
| resolutionReference | 分辨率参考 |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetTargetPoint | ( | NXOpen::Point * | targetPoint | ) |
设置目标点
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| targetPoint | targetpoint |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetUseViewDirection | ( | bool | useViewDirection | ) |
设置使用视图方向
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| useViewDirection | useviewdirection |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetViewDirectionMethod | ( | NXOpen::Features::InterceptionBuilder::ViewDirectionMethods | viewDirectionMethod | ) |
设置视图方向方法
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| viewDirectionMethod | viewdirectionmethod |
| void NXOpen::Features::EnvironmentPaintingBuilder::SetViewDirectionVector | ( | NXOpen::Direction * | viewDirectionVector | ) |
设置视图方向向量
Created in NX2306.0.0.
License requirements : vehicle_des_val (" Vehicle Design and Validation")
| viewDirectionVector | viewdirectionvector |
| NXOpen::Point * NXOpen::Features::EnvironmentPaintingBuilder::TargetPoint | ( | ) |
返回目标点
Created in NX2306.0.0.
License requirements : None
| bool NXOpen::Features::EnvironmentPaintingBuilder::UseViewDirection | ( | ) |
返回使用视图方向
Created in NX2306.0.0.
License requirements : None
| NXOpen::Features::VDVCameraListItemBuilderList * NXOpen::Features::EnvironmentPaintingBuilder::VDVCameraList | ( | ) |
返回相机列表
创建于 NX2212.0.0。
许可要求:无
| NXOpen::Features::SelectFeature * NXOpen::Features::EnvironmentPaintingBuilder::VDVEnvironment | ( | ) |
返回用于创建环境绘制特征的 vdvEnvironment
创建于 NX2206.0.0。
许可要求:无
| NXOpen::Features::VDVMirrorListItemBuilderList * NXOpen::Features::EnvironmentPaintingBuilder::VDVMirrorList | ( | ) |
返回定义镜像参数的 NXOpen::Features::VDVMirrorListItemBuilder 列表。
创建于 NX2406.0.0。
许可要求:无
| NXOpen::Features::InterceptionBuilder::ViewDirectionMethods NXOpen::Features::EnvironmentPaintingBuilder::ViewDirectionMethod | ( | ) |
返回视图方向方法
Created in NX2306.0.0.
License requirements : None
| NXOpen::Direction * NXOpen::Features::EnvironmentPaintingBuilder::ViewDirectionVector | ( | ) |
返回视图方向向量
Created in NX2306.0.0.
License requirements : None