Ejemplo n.º 1
0
 public static extern SU_RESULT SUEdgeUseGetLoop(SUEdgeUseRef edgeuse, ref SULoopRef loop);
Ejemplo n.º 2
0
 public static extern SU_RESULT SUEdgeUseGetFace(SUEdgeUseRef edgeuse, ref SUFaceRef face);
Ejemplo n.º 3
0
 public static extern SUEntityRef SUEdgeUseToEntity(SUEdgeUseRef edgeuse);
Ejemplo n.º 4
0
 public static extern SU_RESULT SUEdgeUseGetEdge(SUEdgeUseRef edgeuse, ref SUEdgeRef edge);
Ejemplo n.º 5
0
 public static extern SU_RESULT SUEdgeUseGetEndVertex(SUEdgeUseRef edgeuse, ref SUVertexRef vertex);
Ejemplo n.º 6
0
 public static extern SU_RESULT SUEdgeUseGetEndVertexNormal(SUEdgeUseRef edgeuse, ref SUVector3D normal);
Ejemplo n.º 7
0
 public static extern SU_RESULT SUEdgeUseGetNext(SUEdgeUseRef edgeuse, ref SUEdgeUseRef next_edgeuse);
Ejemplo n.º 8
0
 public static extern SU_RESULT SUEdgeUseGetPrevious(SUEdgeUseRef edgeuse, ref SUEdgeUseRef prev_edgeuse);
Ejemplo n.º 9
0
 public static extern SU_RESULT SUEdgeUseIsReversed(SUEdgeUseRef edgeuse, ref bool reversed);
Ejemplo n.º 10
0
 public static extern SU_RESULT SUEdgeUseGetPartners(SUEdgeUseRef edgeuse, size_t len, SUEdgeUseRef[] partners, ref size_t count);
Ejemplo n.º 11
0
 public static extern SU_RESULT SUEdgeUseGetNumPartners(SUEdgeUseRef edgeuse, ref size_t count);