Message 1 of 1
Bug: ProfileCurve containing EllipticalArc3D has wrong geometryType property

Not applicable
04-07-2020
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ProfileCurve containing EllipticalArc3D has wrong geometryType property
Found in:
Fusion 2.0.7830
Python API
Expected result:
geometryType property should return 4: EllipticalArc3DCurveType
Actual result:
geometryType property returns 3: Ellipse3DCurveType
Proof:
print(profileCurve.objectType)
print(profileCurve.geometry.objectType)
print(profileCurve.geometry.curveType)
print(profileCurve.geometryType)
output:
adsk::fusion::ProfileCurve
adsk::core::EllipticalArc3D
4
3
Workaround:
Use
profileCurve.geometry.curveType