Author Topic: How do I know if a MVPart has been mirrored?  (Read 1594 times)

0 Members and 1 Guest are viewing this topic.

commodore

  • Newt
  • Posts: 51
How do I know if a MVPart has been mirrored?
« on: October 29, 2010, 11:06:39 AM »
I've spent a day and a half trying to find something in VB.net that tells me that a MVPart has been mirrored but I cant find anything.
I used to do this using the DXF codes 15 and 16 (scale) and looking for negative values, but those codes are gone now.

Any idea how I can determine if a MVPart has been mirrored with .Net?

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
Re: How do I know if a MVPart has been mirrored?
« Reply #1 on: October 29, 2010, 02:25:08 PM »
Don't have Mech so I can't look in the VS Object Browser to see what the API exposes for an MVPart.
But that's where I'd start.
For example BlockReference has a ScaleFactor property that could be examined.
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions

Jeff H

  • Needs a day job
  • Posts: 6150
Re: How do I know if a MVPart has been mirrored?
« Reply #2 on: October 29, 2010, 02:42:42 PM »
For MEP maybe the  properties highlighted in yellow could help