![]() |
xCore-SDK
0.5.0
xCore SDK C# API
|
激光寻位参数 更多...
#include <arcwelding_cli.hpp>
静态 Public 成员函数 | |
| static LaserSearchData | CreateDefault () |
| LaserSearchData默认值 更多... | |
Public 属性 | |
| String | name |
| 文件号名 更多... | |
| Int32 | job_number |
| 激光寻位工艺编号。范围:[0,63] 更多... | |
| String | search_type |
| 寻位类型。点寻位:"point" 更多... | |
| String | search_mode |
| 寻位模式。连续:"continuous",步进:"step"。(当前只支持连续) 更多... | |
| Double | step_length |
| 步进距离。单位:mm 更多... | |
| String | joint_type |
| 焊缝类型。角接:"corner_joint" ,搭接:"lap_joint",对接:"butt_joint" 更多... | |
激光寻位参数
在文件 arcwelding_cli.hpp 第 484 行定义.
|
inlinestatic |
LaserSearchData默认值
在文件 arcwelding_cli.hpp 第 499 行定义.
| Int32 rokae::clr::ArcWelding::LaserSearchData::job_number |
激光寻位工艺编号。范围:[0,63]
在文件 arcwelding_cli.hpp 第 488 行定义.
| String rokae::clr::ArcWelding::LaserSearchData::joint_type |
焊缝类型。角接:"corner_joint" ,搭接:"lap_joint",对接:"butt_joint"
在文件 arcwelding_cli.hpp 第 496 行定义.
| String rokae::clr::ArcWelding::LaserSearchData::name |
文件号名
在文件 arcwelding_cli.hpp 第 486 行定义.
| String rokae::clr::ArcWelding::LaserSearchData::search_mode |
寻位模式。连续:"continuous",步进:"step"。(当前只支持连续)
在文件 arcwelding_cli.hpp 第 492 行定义.
| String rokae::clr::ArcWelding::LaserSearchData::search_type |
寻位类型。点寻位:"point"
在文件 arcwelding_cli.hpp 第 490 行定义.
| Double rokae::clr::ArcWelding::LaserSearchData::step_length |
步进距离。单位:mm
在文件 arcwelding_cli.hpp 第 494 行定义.
1.9.4