CadQuery / CadQuery/cadquery

There is no sufficient document for Sketch's arc function.

未關閉
#1,663 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
docs
主要語言
Python
星號
5.8k
分支
541
平均合併
3 天 2 小時
30 天內合併 PR
5

描述

In the current master, there is no sufficient document for Sketch's arc function, especially for the overload function of
```
@arc.register
def arc(
self: T,
c: Point,
r: Real,
a: Real,
da: Real,
tag: Optional[str] = None,
forConstruction: bool = False,
) -> T:
```
Maybe variable "a" and variable "da" should be given more cares.

From the source code, I guess "a" should be the start angle, and "da" should be the angle value with direction included. If the arc is toward CW, the "da" should be negtive. Otherwise, the "da" should be positive.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

從 issue 中展示的 Sketch 圓弧多載開始,然後將其在 README.md 中的目前說明與 cadquery.readthedocs.io 上的 CadQuery 文件進行比較。記錄 `a` 和 `da` 分別代表什麼,包括順時針和逆時針圓弧的方向慣例;當讀者無需猜測參數含義即可使用此多載時,即視為完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
documentation
Issue 類型
文件
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。