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