Please, need help with ComputeGeometry

Hello

can anybody please explain how to get the two endpoints of an edge (which is curved)?

With ComputeGeometry it just seems to work with an edge with has a straight line as geometry. But it does not work with curves?!

Can anyone tell me how to do that Holger

Joe's picture

Hello

Try TopExp::FirstVertex(aEdge) and TopExp::LastVertex(aEdge)