Found as part of #55.
ParametricText can see sketches from inserted components, but it cannot modify the texts. I have not found any way for add-ins to change the values of derived features - but I might be wrong.
For this case, I think it is a bug that ParametricText tries to modify the sketches, as it will not succeed.
Update add-in to:
- Not allowing selection of derived sketches.
- Not find the hasText attributes of derived sketches.
Relevant API: Occurrence.isReferencedComponent
Found as part of #55.
ParametricText can see sketches from inserted components, but it cannot modify the texts. I have not found any way for add-ins to change the values of derived features - but I might be wrong.
For this case, I think it is a bug that ParametricText tries to modify the sketches, as it will not succeed.
Update add-in to:
Relevant API: Occurrence.isReferencedComponent