Exemple #1
0
 public static extern SU_RESULT SULoopGetVertices(SULoopRef loop, size_t len, SUVertexRef[] vertices, ref size_t count);
Exemple #2
0
 public static extern SU_RESULT SUEdgeUseGetLoop(SUEdgeUseRef edgeuse, ref SULoopRef loop);
Exemple #3
0
 public static extern SUEntityRef SULoopToEntity(SULoopRef loop);
Exemple #4
0
 public static extern SU_RESULT SULoopGetNumVertices(SULoopRef loop, ref size_t count);
Exemple #5
0
 public static extern SU_RESULT SULoopIsOuterLoop(SULoopRef loop, ref bool outer_loop);
Exemple #6
0
 public static extern SU_RESULT SULoopGetEdgeUses(SULoopRef loop, size_t len, SUEdgeUseRef[] edge_uses, ref size_t count);
Exemple #7
0
 public static extern SU_RESULT SULoopIsConvex(SULoopRef loop, ref bool convex);
Exemple #8
0
 public static extern SU_RESULT SULoopGetFace(SULoopRef loop, ref SUFaceRef face);
Exemple #9
0
 public static extern SU_RESULT SULoopIsEdgeReversed(SULoopRef loop, SUEdgeRef edge, ref bool reversed);
Exemple #10
0
 public static extern SU_RESULT SULoopGetWinding(SULoopRef loop, ref SUVector3D vector3d, ref SULoopWinding orientation);
Exemple #11
0
 public static extern SU_RESULT SUFaceGetOuterLoop(SUFaceRef face, ref SULoopRef loop);