Message 1 of 4
Same Vb.net and C# code produce different drawing views

Not applicable
06-10-2014
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are creating drawing views for an assembly using C#. It did not look quite right, so we created the same using Vb.Net and this looked right. The only differnce in these codes are for C#, the assembly document needs to be casted as _Document object while using the AddBaseView method. The trouble with C# output is that an object participating in a Combine Feature (Boolean subtract) shows up in drawing views as if it was a Boolean addition.
Attached files shows the output.
Has anyone had any experience like these? Appreciate any suggestion.
Thanks!