- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
creating a downloadable block
I created the drawing, now i need to create the downloadable block for her website.
Thanks fir all the help guys!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi,
.dwg CAD extension is what all AutoCAD users can deal with. and your needed block is a part from any .dwg CAD file . so you can upload your 3D drawing as .dwg CAD file OR make it as a block with BLOCK command in your .dwg file . if i missed your need please come back and describe more your issue .
Regards,
Imad Habash
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I jusr remember using revit and downloading blocks for furniture and opening them into a floor plan drawing and this is what this designer wants.
Thank you so much for the help & the info!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Open a blank drawing, draw what you want the block to be, use BLOCK command to make what you drew a block, save drawing and your done. You can then upload that drawing. If you want to make more than one block at a time, you can draw the block and then use the command WBLOCK, tell it where to save it and then upload the saved file.
Nick DiPietro
Cad Manager/Monkey
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@gotphish001 wrote:
Open a blank drawing, draw what you want the block to be, use BLOCK command to make what you drew a block, save drawing and your done. ….
I would suggest you not use the BLOCK command to make what you drew a Block inside the drawing file -- if you do, when someone downloads and INSERTs that drawing, it will become a Block with another Block nested inside it unnecessarily. Just leave what you drew as a .dwg file, and it will become a [non-nested] Block definition when INSERTed into another drawing. BUT do absolutely use the BASE command in that drawing, to define the location in the drawing that will become the insertion base point when someone uses it in an INSERT command.