Loock veiw in drawing

Loock veiw in drawing

Thomas_Savage
Advisor Advisor
866 Views
8 Replies
Message 1 of 9

Loock veiw in drawing

Thomas_Savage
Advisor
Advisor

Hello,

 

Is there a way a can lock a view in a drawing? So the view does not move?

 

I have added an attachment. I want to be able to move the tooling with out my views of the sheet metal parts moving.

 


Thanks,

Thomas.



Thomas Savage

Design Engineer


0 Likes
Accepted solutions (2)
867 Views
8 Replies
Replies (8)
Message 2 of 9

HermJan.Otterman
Advisor
Advisor

Hello Savage,

 

can't you use an overlay view?

 

also,

 

with iLogic you can position all the views,

 

from the default snippets in iLogic, Drawing, "View From Corner"

 

ActiveSheet.View("VIEW1").SetSpacingToCorner(distanceX, distanceY, SheetCorner.TopLeft)

 give in the view name,

X and Y distance,

and the corner you want.

 

after running the rule, the view will be positioned

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes
Message 3 of 9

Thomas_Savage
Advisor
Advisor
Accepted solution

Hello,

 

Thanks for your reply. I guess you mean overlay to show the different stages of bending? I could do that, but it is just a bit clearer for the press brake operators doing it in a sequence like that.

 

And with the ilogic code. I have used that before. It places the view in a position. But still doesn't lock it. I can still move it after I have wrote the code.

 

Thomas 



Thomas Savage

Design Engineer


0 Likes
Message 4 of 9

HermJan.Otterman
Advisor
Advisor

I don't know of any lock, to lock the view.

With the code you will set the position, and you could set an eventrigger, "before save" so that every time you save your drawing, the views will be placed in the right position.

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes
Message 5 of 9

Thomas_Savage
Advisor
Advisor
Accepted solution

I ended up using an event trigger for drawing view change.

So when I moved the view, it updates and places the view back to where the ilogic rule places it.

 

Thanks for replying.

 

Thomas



Thomas Savage

Design Engineer


0 Likes
Message 6 of 9

jigneshah25
Participant
Participant

Yes Sir. It works. But its not locking the position. You can still move views.

thanks

0 Likes
Message 7 of 9

HermJan.Otterman
Advisor
Advisor

Hello jigneshah25,

 

As far as I know, there is no way to lock the view.

Using the iLogic code will only position the view to a location.

After that, you can still move it freely.

If you would use this code with the "before save" event trigger, every time you save, the view will be positioned.

 

 
If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


Message 8 of 9

bradeneuropeArthur
Mentor
Mentor

You could use the filter for the drawing and de-select the Views.

This disables the possibility of moving the views manually!

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 9 of 9

jigneshah25
Participant
Participant

Thank You

0 Likes