CadQuery / CadQuery/cadquery

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

オープン
#1,663 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
docs
主要言語
Python
スター
5.8k
フォーク
541
平均マージ
3日 2時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。