CadQuery / CadQuery/cadquery

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

Ouverte
#1,663 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
docs
Langage dominant
Python
Étoiles
5.8k
Forks
541
Merge moyen
3 j 2 h
PR mergées (30 j)
5

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.