gen_arrow_contour_xld

生成一个箭头轮廓算子

gen_arrow_contour_xld( : Arrow : Row1, Column1, Row2, Column2, HeadLength, HeadWidth : )

该算子一般配合

area_center (region, Area, Row, Column)

orientation_region (region, Phi)

算子使用,生成一个箭头轮廓。

       

       area_center_xld (ObjectSelected, Area1, Ybb, Xbb, PointOrder1)
        gen_arrow_contour_xld (Arrow, Ybb, Xbb, minY, Xbb, 12, 12)
        concat_obj (MeasureArrows, Arrow, MeasureArrows)
        gen_arrow_contour_xld (Arrow, Ybb, Xbb, maxY, Xbb, 12, 12)
        concat_obj (MeasureArrows, Arrow, MeasureArrows)
        dev_set_color ('green')
        dev_display (MeasureArrows)
        select_obj (ContCircle, ObjectSelected, IndexM)
        area_center_xld (ObjectSelected, Area2, Ybb, Xbb, PointOrder2)

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-03-14 09:44:04       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-14 09:44:04       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-14 09:44:04       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-14 09:44:04       18 阅读

热门阅读

  1. wayland(xdg_wm_base) + egl + opengles 光照模型实例(十五)

    2024-03-14 09:44:04       22 阅读
  2. OMP实现MATLAB压缩感知实例

    2024-03-14 09:44:04       23 阅读
  3. vue中使用video.js,且可以截图、录制和下载视频

    2024-03-14 09:44:04       39 阅读
  4. CSS 01

    CSS 01

    2024-03-14 09:44:04      16 阅读
  5. Rust 如何优雅关闭 channel

    2024-03-14 09:44:04       25 阅读
  6. 【MySQL 系列】MySQL 函数篇

    2024-03-14 09:44:04       21 阅读
  7. SQL进阶(五):With 函数 vs 视图函数

    2024-03-14 09:44:04       20 阅读
  8. 【 React 】React 中引入css的方式有哪几种?区别?

    2024-03-14 09:44:04       20 阅读
  9. CSS常见选择器

    2024-03-14 09:44:04       18 阅读
  10. vue进阶——动态引入组件

    2024-03-14 09:44:04       19 阅读
  11. 大带宽服务器的作用有哪些?

    2024-03-14 09:44:04       17 阅读
  12. 本地socket通信服务器,客户端

    2024-03-14 09:44:04       20 阅读
  13. 【无标题】

    2024-03-14 09:44:04       17 阅读
  14. C#中IEnumerable<string>和IList<string>的区别

    2024-03-14 09:44:04       19 阅读