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