2007-09-05 03:32 AM
2007-09-05 01:31 PM
2007-09-05 01:41 PM
Peter wrote:
You could then make a library part out of it and manually add in some code to make it storey sensitive to display properly with the floor plan cutplane.
Pete.
2007-09-05 02:01 PM
2007-09-05 02:16 PM
Any place where i can read about this specific code?To be honest, I only got it half working and it was a fudge at best. (See picture below!)
2007-09-05 02:24 PM
2007-09-05 03:18 PM
2007-09-05 03:24 PM
Peter wrote:Any place where i can read about this specific code?To be honest, I only got it half working and it was a fudge at best. (See picture below!)
I think it should be easy enough to create a 'universal' piece of code that you could drop into almost any library part to make it cut plane sensitive.
The route I was attempting (although perhaps wrong and very inefficient) was to set a cutplane to the FPCP height in the library part that cuts off everything above, and then display the model with a thin pen. This would give the outline of the part. Then I created another cutplane that removed everything below and above and just left the cut, which I wanted to display with a thicker line. When both were overlayed it should have given a correct view of the library part.
Maybe we should ask the question in the libraries and GDL forum. I'm sure someone with more expertise could figure it out in 5 mins!
To import a 3d Studio model download the goodie from the Graphisoft website. see here for example -http://archicad-talk.graphisoft.com/viewtopic.php?p=88608&highlight=studio+goodie#88608
Pete.
2007-09-10 08:09 AM
Peter wrote:Used exactly the same approach to create slanted columns displaying correctly in plan across multiple stories prior to AC10. This standard script could be dropped into the beginning and end of most library parts to do this.
I think it should be easy enough to create a 'universal' piece of code that you could drop into almost any library part to make it cut plane sensitive.
The route I was attempting (although perhaps wrong and very inefficient) was to set a cutplane to the FPCP height in the library part that cuts off everything above, and then display the model with a thin pen. This would give the outline of the part. Then I created another cutplane that removed everything below and above and just left the cut, which I wanted to display with a thicker line. When both were overlayed it should have given a correct view of the library part...
2007-09-10 03:15 PM