Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question about presentation

3 REPLIES 3
Reply
Message 1 of 4
BeKirra
273 Views, 3 Replies

Question about presentation

How to make a custom "view" to associate with a "position"?

Thanks for your help.

Please mark "Accept as Solution" and "Like" if my reply resolves the issue and it will help when others need helps.
= ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ =
A circle is the locus of a cursor, starting and ending at the same point on a plane in model space or in layout such that its distance from a given coordinates (X,Y) is always constant.
X² + Y² = C²
3 REPLIES 3
Message 2 of 4
rdyson
in reply to: BeKirra

In the ipn RMB "save camera"
In the idw / dwg base view orientation "saved camera"


PDSU 2016
Message 3 of 4
BeKirra
in reply to: rdyson

Sorry, I did not clearly state the question.

It is about the presentation in IAM envrionment, not in IDW.

Please mark "Accept as Solution" and "Like" if my reply resolves the issue and it will help when others need helps.
= ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ =
A circle is the locus of a cursor, starting and ending at the same point on a plane in model space or in layout such that its distance from a given coordinates (X,Y) is always constant.
X² + Y² = C²
Message 4 of 4
admaiora
in reply to: BeKirra

Hi Bekirra,

 

you can't normally.

 

But you can with the power of iLogic.

 

I have upload this video for you, hope that it can helps you.

 

 

 

 

Here the sample code:

 

myview = ThisApplication.ActiveDocument.ComponentDefinition


If myview.RepresentationsManager.ActivePositionalRepresentation.Name = "UP" Then

	myview.RepresentationsManager.DesignViewRepresentations.Item("UP").activate
	

ElseIf myview.RepresentationsManager.ActivePositionalRepresentation.Name = "DOWN" Then

	myview.RepresentationsManager.DesignViewRepresentations.Item("DOWN").activate

End If

 

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report