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