Crash when accessing geometry property of a coedge part of a Degenerate edge

Crash when accessing geometry property of a coedge part of a Degenerate edge

tom_smith7GFFN
Explorer Explorer
281 Views
0 Replies
Message 1 of 1

Crash when accessing geometry property of a coedge part of a Degenerate edge

tom_smith7GFFN
Explorer
Explorer

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.

0 Likes
282 Views
0 Replies
Replies (0)