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

Add support hollow section brep #240

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Add support hollow section brep #240

merged 2 commits into from
Jul 28, 2022

Conversation

hrntsm
Copy link
Owner

@hrntsm hrntsm commented Jul 26, 2022

変更点

  • 中空断面のBrep作成に対応した

対応するIssue番号

close #239

}
break;
default:
throw new ArgumentException();
}
}

public static Brep CreateCapedBrepFromLoft(IEnumerable<Curve> curveList, double tolerance)
public static Brep CreateCapedBrepFromLoft(SectionCurve[] sectionCurve, double tolerance)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method CreateCapedBrepFromLoft has 34 lines of code (exceeds 25 allowed). Consider refactoring.

@codeclimate
Copy link

codeclimate bot commented Jul 26, 2022

Code Climate has analyzed commit 9769042 and detected 4 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 4

View more on Code Climate.

@hrntsm hrntsm changed the title Add support hollo section brep Add support hollow section brep Jul 28, 2022
@hrntsm hrntsm merged commit a7352f5 into develop Jul 28, 2022
@hrntsm hrntsm deleted the feature/hollow-brep branch July 28, 2022 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support hollow Brep
1 participant