Lock drawing view

Lock drawing view

johan.degreef
Advisor Advisor
2,326 Views
18 Replies
Message 1 of 19

Lock drawing view

johan.degreef
Advisor
Advisor

Can I fix/lock a drawing view's position in an Inventor drawing?

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
2,327 Views
18 Replies
Replies (18)
Message 2 of 19

Gabriel_Watson
Mentor
Mentor
You could right-click the view and make it Raster?
0 Likes
Message 3 of 19

bradeneuropeArthur
Mentor
Mentor
You could lock the views by prevent them to be moved by using the event in the drawing.
Means if you move the view it will warn you and move it back to where it was positioned.

Does that make sense?

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

0 Likes
Message 4 of 19

johan.degreef
Advisor
Advisor

@Gabriel_Watson That doesn't make my view unmovable...?

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
Message 5 of 19

johan.degreef
Advisor
Advisor

@bradeneuropeArthur I just assign an ilogic rule to the view change event? That doesn't pop up after a simple view move

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
Message 6 of 19

Gabriel_Watson
Mentor
Mentor
Sorry, I did not understand the first question correctly. Raster will not lock the view in terms of its position in the sheet.
0 Likes
Message 7 of 19

sundars
Autodesk
Autodesk

HI @johan.degreef 

 

Unfortunately, there is no easy way to lock a view on the sheet so that it doesnt move positions. You could create some grid lines using a sheet sketch and zone borders and fixing your view on a particular quadrant but you would have to manage the positions manually in case the view is moved.

 

Another great request for the ideas forum 🙂

 

Thanks

-shiva

 

 

Shiva Sundaram
Inventor Development
Message 8 of 19

Gabriel_Watson
Mentor
Mentor

See if this helps, I don't think it locks views in place but it may prevent them from moving when updates come through. Change your App. Options to Fixed justification, then change the display options of the base view to Fixed as well (use Defer updates to open the drawing so you can choose that before updates come through):
https://www.youtube.com/watch?v=x_9yd45rJYg

 

Some iLogic that might do what is needed:
https://forums.autodesk.com/t5/inventor-forum/how-to-lock-a-drawing-view-in-place/m-p/8999104/highli...

 

And as @sundars pointed out, there is an Inventor idea to vote for that:

https://forums.autodesk.com/t5/inventor-ideas/inventor-lock-drawing-view/idi-p/7430490

Message 9 of 19

sundars
Autodesk
Autodesk

@Gabriel_Watson - Nice tip on using Fixed view justification. It is indeed a good way to fix your view center. It should do the job in most cases, the only caveat is that if the model changes, the view bounds would grow (or shrink) along the direction of geometry change but it will keep the center fixed, whereas using center justification grows the view bounds all around. Actually I wonder why we dont keep "fixed" as the default - legay reasons 🙂

Shiva Sundaram
Inventor Development
Message 10 of 19

bradeneuropeArthur
Mentor
Mentor

You could use the filters to avoid that:

bradeneuropeArthur_0-1644604385691.png

 

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

0 Likes
Message 11 of 19

bradeneuropeArthur
Mentor
Mentor

And you can use the OnDragEvents

bradeneuropeArthur_0-1644605613523.png

 

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

0 Likes
Message 12 of 19

bradeneuropeArthur
Mentor
Mentor

I have created an add in preventing moving views in a drawing.

See the attached movie if this is what you expect.

 

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 13 of 19

johan.degreef
Advisor
Advisor

https://forums.autodesk.com/t5/inventor-ideas/fix-a-view-s-position-in-a-drawing/idi-p/10946440

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
Message 14 of 19

bradeneuropeArthur
Mentor
Mentor

Does the add in help you in the meantime?

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

0 Likes
Message 15 of 19

johan.degreef
Advisor
Advisor

Video is not playable

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
Message 16 of 19

bradeneuropeArthur
Mentor
Mentor

uploaded again

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

0 Likes
Message 17 of 19

johan.degreef
Advisor
Advisor

Yes this is what it should do.

Inventor 2025, Vault Professional 2025, Autocad Plant 3D 2025
0 Likes
Message 18 of 19

banghn
Explorer
Explorer
What event do you use on Inventor Drawing, thanks
0 Likes
Message 19 of 19

bradeneuropeArthur
Mentor
Mentor

Hi,

 

OnDrag

OnPreselect

and

OnSelect

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