05-14-2024
10:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-14-2024
10:32 PM
How to pass the transformation matrix to imported component inside Assembly environment
Hi,
I am loading the step file as an imported component in the assembly environment by using the API.
But I want to apply transformations to imported components. One way is to break the link to the imported component and apply the transformation, but for that, you need to save the assembly first and then apply the transformation. But in my case, it's not expected. Is there any other way to apply transformation?
Thanks in advance!