Coding4Engineers Book feedback #42
Replies: 6 comments 4 replies
-
Thank you — I fixed the mistake in the book example! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Greetings, ALL and wishes for a most productive New Year. I would appreciate feedback on a line of though that I'm parsing, as it pertains to Computational Engineering and C#. The line is driven by an earnest interest in democratizing awareness of, and access to, the likes of CE.
Looking forward to constructive responses. Rafiki Cai |
Beta Was this translation helpful? Give feedback.
-
TYPO In FUNDAMENTALS (Second Paragraph)" that we will built upon in the following chapters"" |
Beta Was this translation helpful? Give feedback.
-
The book is definitely helpful. I am looking for a comprehensive list of functions (and examples) within PicoGK & ShapeKernal so that I don't have to surf through the code to figure out what is available outside of what you have already put in the chapter examples. Also I'm looking for functions like volume, volumetric center and moment of inertia for a given closed voxel object. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the book. I found a typo in Chapter 4: Classes: Class Definition last sentence.
Should be:
Missing an "n" |
Beta Was this translation helpful? Give feedback.
-
Hi Lin,
The book is really coming together! Every time I read a chapter, my understanding of both OOP (object-oriented programming) and C# improves, and I become more proficient with PicoGK.
I thought it would be helpful to open this discussion so that the computational engineering community can provide feedback and help you proofread the Coding4Engineers book.
Here's an example from your latest chapter (11):
When writing the constructor for the BasePlate class, you use
Vector
instead ofVector2
. This will result in aCS1729
error when Fixture.BasePlate is called (see screenshot below).As I'm new to programming, I apologize if my terminology isn't accurate. I hope that it makes sense anyway.
Beta Was this translation helpful? Give feedback.
All reactions