Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New geometry "compoundCurve" #14

Open
dbeckerAC opened this issue Apr 22, 2022 · 0 comments
Open

New geometry "compoundCurve" #14

dbeckerAC opened this issue Apr 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dbeckerAC
Copy link
Member

For a standard compound curve (i.e. (line)-spiral-arc-spiral-(line)), the following geometry tags are necessary:

<line length="400" />
<spiral length="200" Rs="0" Re="150" />
<arc length="150" R="150" />
<spiral length="200" Rs="150" Re="0" />
<line length="400" />

My idea would be to combine the spirals and arc into a new tag compoundCurve (the lines could remain the same) which could look like this:

<line length="400" />
<compundCurve Ls1="200" La="150" Ls2="200" R="150" />
<line length="400" />

The code should lead to the same result

Do I miss anything that prevents this idea?

@dbeckerAC dbeckerAC added the enhancement New feature or request label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant