Skip to main content
13-Aquamarine
May 17, 2022
Solved

How to Move Dimension from One View to Another View

  • May 17, 2022
  • 1 reply
  • 1588 views

Hi ,

 

I am working on drafting project , where I have to move dimension from one view to another , under annotation I find option like "Move to view " But I did not find any API related to this , Please help me to resolve the issue .

 

Thanks & Regards,

Kunal Bidkar

Best answer by HamsterNL

I only have a hint for you, because in the VBAPI, you can find this:

 

IpfcDimension2D.SwitchView()

 

But sadly, I don't have an example for you.

1 reply

HamsterNL
HamsterNL18-OpalAnswer
18-Opal
May 30, 2022

I only have a hint for you, because in the VBAPI, you can find this:

 

IpfcDimension2D.SwitchView()

 

But sadly, I don't have an example for you.

13-Aquamarine
June 1, 2022

Thank You