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 Brep display in CFT column #253

Merged
merged 2 commits into from
May 18, 2023
Merged

Add Brep display in CFT column #253

merged 2 commits into from
May 18, 2023

Conversation

hrntsm
Copy link
Owner

@hrntsm hrntsm commented May 18, 2023

変更点

  • CFT断面のBrep化対応

対応するIssue番号

close #

@@ -67,6 +70,54 @@ private SectionCurve[] CreateCurveList(string idSection, StbColumnKind_structure
return curveList;
}

private SectionCurve[] SecCftColumnToCurves(IReadOnlyList<object> figures, IReadOnlyList<Point3d> sectionPoints)
Copy link

Choose a reason for hiding this comment

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

Method SecCftColumnToCurves has 44 lines of code (exceeds 25 allowed). Consider refactoring.

@@ -67,6 +70,57 @@ private SectionCurve[] CreateCurveList(string idSection, StbColumnKind_structure
return curveList;
}

private SectionCurve[] SecCftColumnToCurves(IReadOnlyList<object> figures, IReadOnlyList<Point3d> sectionPoints)
Copy link

Choose a reason for hiding this comment

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

Method SecCftColumnToCurves has 48 lines of code (exceeds 25 allowed). Consider refactoring.

@codeclimate
Copy link

codeclimate bot commented May 18, 2023

Code Climate has analyzed commit 3cea44e and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2

View more on Code Climate.

@hrntsm hrntsm changed the title Add Brep display in the outer S section of the CFT Add Brep display in CFT column May 18, 2023
@hrntsm hrntsm merged commit 288126d into develop May 18, 2023
@hrntsm hrntsm deleted the Feature/Support-CFT-section branch May 18, 2023 13:43
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.

1 participant