Combining three edges into 1 edge

I'm trying to create 1 edge from 3 edges, not a wire. The reason I'm trying to do this is together they all make a curve and I'm trying to model that curve using the BRepAdaptor_Curve class.

For the life of me I cannot figure out how to do this or if it is indeed possible.

Any help would be greatly appreciated. Thanks.

Mikhail Sazonov's picture

If you just need to have an adaptor curve from the 3 connected edges, you may make a wire from them and then create an instance of BRepAdaptor_CompCurve from that wire.