Community
Inventor Forum
Welcome to Autodeskā€™s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

Scaling along single axis

1 REPLY 1
Reply
Message 1 of 2
rushabh_bhavsar
221 Views, 1 Reply

Scaling along single axis

I am reading my JSON file and placing the parts in Inventor according to my JSON file, My JSON contains two parameters position and scale. Position values are read properly and according to it the parts are placed properly in Inventor but when it comes to scaling  the problem occurs. When my JSON reads the scale readings having equals value in all the three directions just like this:

"scale": {
"x": 0.2,
"y": 0.2,
"z": 0.2
},

It runs properly and the part dimension are changes with the current scaling values,

Now when I change the scaling in only one direction just like this,

"scale": {
"x": 0.2,
"y": 1,
"z": 1
},

It gives error and it gives error as "Parameters are Incorrect".

Simple I want scaling along single axis using Inventor API, I have tried but not able to perform what I want
Can someone help me so that I can clear my doubt and continue with my task ?

 

Waiting for a good solution 

Thankyou in advanced

 


 

 

 

1 REPLY 1
Message 2 of 2

Hi

Insert file with 1:1 scale and use Direct edit to scaling.


Kacper Suchomski

EESignature


YouTube - Inventor tutorials | WWW | LinkedIn | Instagram

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report