8000 Spline.ApplyTransform fails · Issue #666 · DomCR/ACadSharp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Spline.ApplyTransform fails #666

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

Open
mme1950 opened this issue May 10, 2025 · 1 comment
Open

Spline.ApplyTransform fails #666

mme1950 opened this issue May 10, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mme1950
Copy link
Contributor
mme1950 commented May 10, 2025

The bug
When a Transform is applied to a spline, an Index-out-of-Range exception occurs.

			for (int i = 0; i < this.FitPoints.Capacity; i++)
			{
				this.FitPoints[i] = transform.ApplyTransform(this.FitPoints[i]);
			}

this.FitPoints.Capacity --> this.FitPoints.Count

@mme1950 mme1950 added the bug Something isn't working label May 10, 2025
@DomCR
Copy link
Owner
DomCR commented May 12, 2025

Opening a branch.

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants
0