Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8532

Difference between these ON_Brep edges?

$
0
0

@NathanM1994 wrote:

Hi,

Whenever I select an object of type edge_object, if it’s an edge shared among two brep faces I can choose among 2 options:

If I call

const CRhinoObjRef& objref = go.Object(0);
const ON_BrepEdge* pEdge = objref.Edge();
int indEdge = pEdge->EdgeCurveIndexOf();

indEdge will be the same for the 2 options, so what’s the index/info that tells me the difference? I need the face index I’m referring to through the arrows.

Thx
Nathan

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8532

Trending Articles