Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
how to get object which is created when perpendicular axis is included in view?
I have Axis Z included in view in plane X-Y. It creates center mark.
The mark could be created by iLogic
Dim oView As DrawingView = ... dim oRotAx As WorkAxis = ... oView.SetIncludeStatus(oRotAx, True)
Type of this mark is not DrawingCurve, because this code doesn't work (throws error).
Dim oMark As Object = oView.DrawingCurves(oPatternFeature) 'This doesn't work
Thanks for help.
Inventor 2022, Windows 10 Pro
Sorry for bad English.
Solved! Go to Solution.