Conversation
API support is missing.
API is missing
| reinforcementDirection.SetDirectionRotations(Math.PI / 4, Math.PI / 2); | ||
|
|
||
| /**************************************************** Types for concrete design - Surface reinforcement ****************************************************/ | ||
| var reinforcementMaterial = new Material(undefined, "Grade 40"); |
There was a problem hiding this comment.
Grade 40 is not EC material for reinforcement - use switch based on Code standard
There was a problem hiding this comment.
It seems you fixed it?
| run("../includes/Tools/clearAll.js"); | ||
|
|
||
| var material = new Material(undefined, "C12/15"); | ||
| var section = new Section(undefined, "IPE 80", material.GetNo()); |
There was a problem hiding this comment.
? It needs to be a concrete beam
There was a problem hiding this comment.
It seems you fixed it?
There was a problem hiding this comment.
It could be better to split file into several files - each demo for standard. Then we do not need to deal with switches and selections of standard.
It could be easier also for Automated testing.
There was a problem hiding this comment.
Steel design is based on this idea too and finished AT is design with this way (there is only problem with time, for one test slightly exceeds 1 minute - concrete design example has less standards). We can discuss about it.
| @@ -0,0 +1,34 @@ | |||
| /* | |||
| NO API support? | |||
| @@ -0,0 +1,34 @@ | |||
| /* | |||
| NO API support? | |||
| */ | |||
There was a problem hiding this comment.
If there is not support in JS and perhaps released why to create this?
It remains to process fixed bugs.
Need to prevent of duplicity
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: