Message 1 of 3
[BUG] SketchText.position -> InternalValidationError : fusionText since October
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Since some October update, the SketchText.position property can no longer be accessed.
Reproduce:
1. Create a document
2. Create a sketch
3. Add a sketch text
4. Run this in the Python console:
app = adsk.core.Application.get()
t = app.activeProduct.rootComponent.sketches[0].sketchTexts[0]
t.text
test
t.position
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/Users/Thomas/AppData/Local/Autodesk/webdeploy/production/2952f0c515230f17ec2841ce87417c3358452c60/Api/Python/packages\adsk\fusion.py", line 58918, in _get_position
return _fusion.SketchText__get_position(self)
RuntimeError: 2 : InternalValidationError : fusionText
Fusion 360 v2.0.9305
Active Plan: Fusion 360, Personal
Windows 10 (18363)
Ping @goyals since you are working with text bugs.