Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Rotation of CSG objects

More
5 years 9 months ago #577 by ingo
Rotation of CSG objects was created by ingo
Hi everybody,
I would like to create a structure containing a number of similar objects (e.g. ellipsoidal particles, but also others) which are embedded in the structure in various orientations. (You may think of it as a short fiber or whisker reinforced composite). Therefore I need to rotate the embedded objects.
I couldn't find anything about rotation of objects in the documentation nor in the examples.
I am a newby in Netgen, so please apologize if the solution is trivial.
Thank you in advance for any help.
Cheers
Ingo
More
5 years 9 months ago #578 by joachim
Replied by joachim on topic Rotation of CSG objects
Hi Ingo,

that's a feature which was on the todo list for a while, I just added it.

You can now specify a coordinate system by the origin and three unit vectors.
All following Pnt and Vec commands will refer to this system.

It will be in the coming nightly release, and certainly it will need some finetuning,

Joachim
Attachments:
The following user(s) said Thank You: ingo
More
5 years 9 months ago #579 by ingo
Replied by ingo on topic Rotation of CSG objects
Hi Joachim,
Thank you very much for the quick reply and the immediate action!
Unfortunately I am a Windows user and try to avoid installing an Ubuntu System on a VM just for compiling ngsolve/netgen.
At least I know that the next Windows compilation will probably contain this feature.
Thanks again!
Ingo
More
5 years 9 months ago #580 by joachim
Replied by joachim on topic Rotation of CSG objects
Hi Ingo,
we also generate Windows binaries every night, you find them from the download page
Joachim
The following user(s) said Thank You: ingo
More
5 years 9 months ago - 5 years 9 months ago #583 by ingo
Replied by ingo on topic Rotation of CSG objects
It worked!
Thank you very much. Attached, you'll see the structure, a periodic particles shaped as cubes with truncated vertices.
Ingo
Last edit: 5 years 9 months ago by ingo.
More
5 years 5 months ago #1222 by Anija
Replied by Anija on topic Rotation of CSG objects
Hi,
I'm a beginner in Netgen. I wanted to create a 45 deg tilted ellipsoid. I wrote the command like the following to get an ellipsoid with 55 along major x axis and 50 along other two axis but rotated through 45 deg.

algebraic3d
solid ell = ellipsoid(0,0,0; 39,39,0; 35,35,0; 0,0,50);
tlo ell;

But this is not working. Can anyone help?
Time to create page: 0.156 seconds