Skip to main content
Question

Copy an object on specific points

  • April 22, 2024
  • 2 replies
  • 62 views

n.d
Contributor
Forum|alt.badge.img+7

Hi everyone,

 

I have an object like the one in the screenshot which is read from an IFC file. 

And I have some 3D points in a GeoJSON file.

 

I want to copy the object on each point coming from my GeoJSON file.

And also, I want to rotate them in their place. 

 

What can be the optimum solution?

Thanks!

 

2 replies

crystalatsafe
Safer
Forum|alt.badge.img+26

Hi @n.d 

 

I found an article on Creating and Using Geometry Instances that may help. 

I would also try searching the community for creating and manipulating geometry instances to find similar solutions. 

 

Crystal 


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • April 27, 2024

Hi @n.d 

 

I found an article on Creating and Using Geometry Instances that may help. 

I would also try searching the community for creating and manipulating geometry instances to find similar solutions. 

 

Crystal 

Great solution!