|
NX Open C++ 参考指南 2406 v1.1
|
测量曲面构建器 更多...
#include <Weld_MeasureSurfaceBuilder.hxx>
友元 | |
| class | _MeasureSurfaceBuilderBuilder |
测量曲面构建器
用于创建或编辑 NXOpen::Weld::MeasureSurface 特征。
要创建此类的新实例,请使用 NXOpen::Weld::WeldManager::CreateMeasureSurfaceBuilder
默认值。
| 属性 | 值 |
|---|---|
| ControlMethod | PrincipalAxis |
| CreateDirectionVector | 1 |
| CreatePlane | 1 |
| CreatePoint | 1 |
| Derived | 0 |
| DirectionLength | 20 (毫米单位部件), 1.0 (英寸单位部件) |
| GridSnapTolerance | 1 (毫米单位部件), 0.05 (英寸单位部件) |
| ModelingTolerance | 0.0254 |
| PlaneHeight | 20 (毫米单位部件), 1.0 (英寸单位部件) |
| PlaneWidth | 20 (毫米单位部件), 1.0 (英寸单位部件) |
| PrincipalAxisX | 0 |
| PrincipalAxisY | 0 |
| PrincipalAxisZ | 0 |
| ProjectAlongDirection | 1 |
| SnapPointToGrid | 1 |
| XCoordinate | 0.0 |
| YCoordinate | 0.0 |
| ZCoordinate | 0.0 |
在NX2306.0.0中创建。
| double NXOpen::Weld::MeasureSurfaceBuilder::CustomArrowLength | ( | ) |
返回实体箭头杆的长度。
创建于 NX2306.0.0。
许可证要求:无
| double NXOpen::Weld::MeasureSurfaceBuilder::CustomArrowWidth | ( | ) |
返回实体箭头头的宽度。
创建于 NX2306.0.0。
许可证要求:无
| void NXOpen::Weld::MeasureSurfaceBuilder::SetCustomArrowLength | ( | double | customArrowLength | ) |
设置实体箭头杆的长度。
创建于 NX2306.0.0。
许可证要求:tooling_locators ("Tooling Locators")
| customArrowLength | customarrowlength |
| void NXOpen::Weld::MeasureSurfaceBuilder::SetCustomArrowWidth | ( | double | customArrowWidth | ) |
设置实体箭头头的宽度。
创建于 NX2306.0.0。
许可证要求:tooling_locators ("Tooling Locators")
| customArrowWidth | customarrowwidth |