CADsite forum

AutoCAD => AutoCAD probleem => Topic gestart door: willy@devolder op ma 03 01 2022, 12:21:14

Titel: 3D objecten importeren/kopiëren
Bericht door: willy@devolder op ma 03 01 2022, 12:21:14
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?
Titel: Re: 3D objecten importeren/kopiëren
Bericht door: bart op ma 03 01 2022, 15:21:55
probeer het eens met een block
Titel: Re: 3D objecten importeren/kopiëren
Bericht door: jo-king op ma 03 01 2022, 16:27:42
kan je eventueel de tekening met het 3d object delen?

is het "gewone" autocad, of een van de verticals? (bv architecture, MEP,...) ?
Titel: Re: 3D objecten importeren/kopiëren
Bericht door: willy@devolder op di 04 01 2022, 09:50:50
Het is een MEP bestand (Renson_Healthbox II_With Reductions_BE) maar te groot om mee te sturen.
Titel: Re: 3D objecten importeren/kopiëren
Bericht door: willy@devolder op ma 10 01 2022, 13:23:10
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.
Titel: Re: 3D objecten importeren/kopiëren
Bericht door: bart op ma 10 01 2022, 14:14:04
oke als het werkt dan werkt het
maar de beschrijving bij deze oplossing past niet bij het probleem dat je hebt aangegeven