Search code examples
c#modelblockeyeshot

How to create a Block contains some Blocks in Eyeshot devdept


I've tried to grouping some Entities in a Block object and it is done. But I need to group some Blocks of Entities. Is there any way to grouping Blocks and add them to the main Model object? Just like CAD software you can create assembly of components and add it in another assembly.


Solution

  • You can use the BlockReference entity for this purpose. The Building sample is a good start point for this.