cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
stahL
Contributor

Local origin when placing objects

When placing objects after modelling something far away (-> local origin changes after save and open)
newly created objects are placed near that point.

For example:
element.object.pos.x = 0;
element.object.pos.y = 0;
I expect the object to be placed at the orginal (0,0) and not the local one.

How can I achieve this?

Thank you for your help,
Jonas

1 Solution

Accepted Solutions
Viktor Kovacs
Graphisoft
Graphisoft

You can call ACAPI_ProjectSetting_GetOffset to get the current database offset, so you can calculate the origin accordingly.

Go to post

1 Reply 1
Viktor Kovacs
Graphisoft
Graphisoft

You can call ACAPI_ProjectSetting_GetOffset to get the current database offset, so you can calculate the origin accordingly.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!