cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to Move Dimension from One View to Another View

KB_9753804
12-Amethyst

How to Move Dimension from One View to Another View

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3

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.

Thank You

remy
21-Topaz I
(To:HamsterNL)

Creo Toolkit API is ProDrawingDimSwitchView().

Top Tags