Page 1 of 1

Model generation

PostPosted: Tue Jun 13, 2017 10:27 am
by vorelj
Hi,
just wanted to ask if it would be possible or worth of unifying the model generation. More specifically, if I use GeneratePrism {...} it gives the block with the origin at 0,0,0 (manuals says "Center of specimen is placed at origin.") but if I use Generate { Prism Structured {...}} it returns me the block with the origin at the center. Please could you update the manual or change the routines?
Best,
Honza

Re: Model generation

PostPosted: Wed Jun 14, 2017 12:38 am
by zhouxinwei
The manual will be updated in the next release. Thanks for pointing that out.

We will unify all generation schemes such that the center of the specimen is the origin in the global reference system.

When in doubt, we can always use the code below to center the specimen to the global origin:
Code: Select all
NodeList name {
  X-Align Center
  Y-Align Center
  Z-Align Center
}