Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Drawing: Referenced Model is weird

marty_b

New member
Hello,

i'm trying to automatically generate a drawing from a 3d-model. I use a template and replace the referenced document with
Code:
ReplaceReferencedDocument
. The problem is that i now want to add a few dimension. I'm trying to do this by using
Code:
PartDoc.GetEntity
and
Code:
View.SelectEntity
.

Now the weird part: Although the view is shown correctly, the selection is somewhere else, near the origin of the 3d-model. Also the part is rotated 90° (i can tell this from the selection), and therefore the dimension is absolutley wrong.

I don't know what to do, and thought maybe one of you have some ideas to solve this issue :)

Thanks
 

Sponsor

Articles From 3DCAD World

Back
Top