Ik probeer een 3D object uit een tekening te importeren/kopiëren vanuit/naar een andere tekening. Het resultaat is steeds een 2D block zodat ik daarvan geen ander aanzicht kan maken. Ik probeerde al met copy/paste, import en insert maar krijg steeds hetzelfde resultaat. Hoe krijg ik een 3D block in mijn tekening?
probeer het eens met een block
kan je eventueel de tekening met het 3d object delen?
is het "gewone" autocad, of een van de verticals? (bv architecture, MEP,...) ?
Het is een MEP bestand (Renson_Healthbox II_With Reductions_BE) maar te groot om mee te sturen.
heb ondertussen zelf de oplossing gevonden:
Issue:
When you use Ctrl+C and Ctrl+V to copy and paste a block in the same drawing, you get the following error message:
Command: _pasteclip Duplicate definition of block DoorLoopPijl ignored.
Duplicate definition of block Section symbol ignored.
Duplicate definition of block CenterLineMark ignored.
Duplicate definition of block rodend ignored.
Duplicate definition of block A$C0A4F47C5 ignored.
*Invalid*
You tried to purge and audit, but you still get this problem.
Causes:
Your file contains AEC content that cannot be handled by your AutoCAD program.
Solution:
Use the -EXPORTTOAUTOCAD command to remove all AEC content from the drawing.
At the command prompt, enter -EXPORTTOAUTOCAD and press Enter. (Be sure to precede the command with a dash.)
Select Format > 2000.
Either accept the file name/location or type a new name and location and press Enter.
Example:
Command: -EXPORTTOAUTOCAD
Export options [Format/Bind/bind Type/Maintain/Prefix/Suffix/?] <Enter for filename>: FORMAT
Enter file format [r14/2000/2004/2007/2010/2013] <2000>: 2000
Export options [Format/Bind/bind Type/Maintain/Prefix/Suffix/?] <Enter for filename>: ENTER
Export drawing name <E:\TEMP\ACAD-APOIOS PARA MODULO DE VANTE-FL 01.dwg>: ENTER
Reopen the file created above then save it. (AEC content is removed automatically.)
If your file contains XREFs, you need to repeat this process for each xref file separately.
The Ctrl+C and Ctrl+V commands will work again on the output file.
oke als het werkt dan werkt het
maar de beschrijving bij deze oplossing past niet bij het probleem dat je hebt aangegeven