开发接口工序与指令GetPathOperationOn this pageGetPathOperation 原型 PathOperation GetPathOperation(unsigned operationId); 功能 根据工序ID获取指定的路径工序对象。 参数 operationId: 工序的唯一标识符ID。 返回值 返回指定ID对应的路径工序(PathOperation)对象。 异常 std::invalid_argument: 当提供的工序ID不存在时抛出。 std::logic_error: 当指定ID的对象不是PathOperation类型时抛出。 示例 无