01-27-2019
09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-27-2019
09:02 PM
@Anonymous ,
Yes, it is possible. Try below iLogic code.
Dim oDoc As PartDocument oDoc = ThisApplication.ActiveDocument Dim oDef As PartComponentDefinition oDef = oDoc.ComponentDefinition Dim oUCS As UserCoordinateSystem For Each oUCS In oDef.UserCoordinateSystems If oUCS.Visible = False Then oUCS.Visible = True 'Turn on Else oUCS.Visible = False 'Turn off End If Next
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network
