焊接接头标记点构建器
更多...
#include <Weld_JointmarkPointsBuilder.hxx>
|
|
class | _JointmarkPointsBuilderBuilder |
焊接接头标记点构建器
用于在焊标点列表中创建或编辑点
要创建此类的新实例,请使用 NXOpen::Weld::JointmarkBuilder::NewPoints
创建于NX9.0.0。
◆ PointPosition
点分类
| 枚举值 |
|---|
| PointPositionNone | 未指定。
|
| PointPositionMovedAlongGuide | 用户将点从默认位置沿引导曲线移动
|
| PointPositionMovedOffGuide | 用户将点从默认位置移离引导曲线
|
◆ Angle()
返回X和Y轴要旋转的角度
创建于NX9.0.0。
许可证要求:ugweld ("UG WELD")
◆ FlipDirection()
| bool NXOpen::Weld::JointmarkPointsBuilder::FlipDirection |
( |
| ) |
|
返回Z轴的翻转状态。表示法线的Z轴可被翻转
创建于NX9.0.0。
许可证要求:ugweld ("UG WELD")
◆ MappingFeature()
返回要移动到指定位置的所选特征。
创建于NX10.0.0。
许可证要求:ugweld ("UG WELD")
◆ Point()
返回创建特征的点
创建于NX9.0.0。
许可证要求:ugweld ("UG WELD")
◆ SetFlipDirection()
| void NXOpen::Weld::JointmarkPointsBuilder::SetFlipDirection |
( |
bool | flip | ) |
|
设置Z轴的翻转状态。表示法线的Z轴可被翻转
创建于NX9.0.0。
许可证要求:ugweld ("UG WELD")
- 参数
-
◆ SetPoint()
| void NXOpen::Weld::JointmarkPointsBuilder::SetPoint |
( |
NXOpen::Point * | point | ) |
|
设置创建特征的点
创建于NX9.0.0。
许可证要求:ugweld ("UG WELD")
- 参数
-
◆ UpdateCsys()
| void NXOpen::Weld::JointmarkPointsBuilder::UpdateCsys |
( |
const NXOpen::Matrix3x3 & | matrix | ) |
|
使用新矩阵更新坐标系。
创建于NX10.0.0。
许可证要求:ugweld ("UG WELD")
- 参数
-
◆ Validate()
| virtual bool NXOpen::Weld::JointmarkPointsBuilder::Validate |
( |
| ) |
|
|
virtual |