[BUG] SketchText.position -> InternalValidationError : fusionText since October

[BUG] SketchText.position -> InternalValidationError : fusionText since October

thomasa88
Advocate Advocate
569 Views
2 Replies
Message 1 of 3

[BUG] SketchText.position -> InternalValidationError : fusionText since October

thomasa88
Advocate
Advocate

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.

0 Likes
570 Views
2 Replies
Replies (2)
Message 2 of 3

goyals
Autodesk
Autodesk

Created FUS-74257 ticket in our internal bug tracking system. Thank you for posting. 



Shyam Goyal
Sr. Software Dev. Manager
0 Likes
Message 3 of 3

thomasa88
Advocate
Advocate

Hi @goyals ,

 

SketchText.angle has the same problem.

0 Likes