3D dynamic block Z axis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible on Autocad to create dynamic 3D blocks in two parts. Consider, for example, the case of a rectangular parallelepiped.
The first part is in a layer called "2D" in top view, in which the lower and upper level would be specified via attributes and the length the width in the form of stretchable parameters that deform a rectangle.
A second part in a layer named "3D" in 3D view, the volume or 3D mesh directly inherits the parameters that were entered in the "2D" view. The relationships between the two elements located in the same block would then be :
• [Stretchable Parameter]: 2D Rectangle Length -> Rectangle Parallelepiped Length
• [Stretchable Parameter]: 2D Rectangle Width ->Rectangle Parallelepiped Width
• [Attribute]: Upper Level -> Upper Rectangular Parallelepiped Level
• [Attribute]: Height
• [Attribute]: Lower Level = Upper Level – Height -> Lower Rectangular Parallelepiped Level
The goal is to be able to create a fairly simple "BIM" model on Autocad because unfortunately REVIT still represents a challenge to use for many people. And REVIT requires a lot of preliminary work to set up the template which is never the same from one case to another anyway.
For the 2D part, my first experiments are rather conclusive. But as far as 3D is concerned, things are more complicated, I have the impression that I already have to resolve to use [MESH] instead of [SOLID], but despite that I can't manage to drive the [MESH] as much as I would like on the Z axis ! Many answers to now explain that Z axis is over what autocad knows to manage... but perhaps someone has a tips ?
With the following solution :
Re: Autocad Dynamic block 3D extrude - Autodesk Community - AutoCAD (Message 5 of 5) from @j.palmeL29YX, all that's missing is being able to manage the lower level of the mesh ! And I really need "2D" to stay at the Z=0 level...