- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have an active sketch in edit (working in a 2d sketch active and open)
When I run this command in this active sketch:
Dim trm As TransactionManager = g_inventorApplication.TransactionManager
Dim tr1 As Transaction = trm.StartTransaction(g_inventorApplication.ActiveEditDocument, "MdlSketchPointsAdd.BySketchLines")
Dim ssl As Inventor.SketchLine = g_inventorApplication.CommandManager.Pick(Inventor.SelectionFilterEnum.kSketchCurveLinearFilter, "Pick One Sketchline 2D")
tr1.End()
When I in between this command press "ESC" or "FINISH SKETCH" or "END SKETCH" the transaction seems not to end and the sketch is not closed or end.
What is the reason for that?
@johnsonshiue @CGBenner @JelteDeJong any idea (within your team)
Regards,
Arthur Knoors
Autodesk Affiliations & Links:
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 !
Solved! Go to Solution.