Message 1 of 1
Crash when accessing geometry property of a coedge part of a Degenerate edge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
From a BRep model containing a face (adsk.fusion.BRepFace) defined on a cone surface (face.geometry.surfaceType == adsk.core.SurfaceTypes.ConeSurfaceType) and partially bounded by a degenerate edge (i.e. the apex of the cone), trying to access to geometry property of the coedge in this degenerated edge (i.e. BRepCoEdge.geometry) will systematically lead to a crash.
coedge.edge.isDegenerate is True.
coedge.partner raises an exception.
Some evaluations might also lead to a crash.
For instance if coedge.evaluator.getParameterExtents() seems to always successfully complete, coedge.evaluator.getPointAtParameter(t) with t being for instance the middle of the range/extension of the curve domain will lead to a crash.