Ejemplo n.º 1
0
 public static extern SU_RESULT SUGeometryInputFaceAddInnerLoop(SUGeometryInputRef geom_input, size_t face_index, ref SULoopInputRef loop_input);
Ejemplo n.º 2
0
 public static extern SU_RESULT SULoopInputIsClosed(SULoopInputRef loop_input, ref bool is_closed);
Ejemplo n.º 3
0
 public static extern SU_RESULT SUGeometryInputAddFace(SUGeometryInputRef geom_input, ref SULoopInputRef outer_loop, ref size_t added_face_index);
Ejemplo n.º 4
0
 public static extern SU_RESULT SULoopInputEdgeSetMaterial(SULoopInputRef loop_input, size_t edge_index, SUMaterialRef material);
Ejemplo n.º 5
0
 public static extern SU_RESULT SULoopInputAddCurve(SULoopInputRef loop_input, size_t first_edge_index, size_t last_edge_index);
Ejemplo n.º 6
0
 public static extern SU_RESULT SULoopInputEdgeSetSoft(SULoopInputRef loop_input, size_t edge_index, bool soft);
Ejemplo n.º 7
0
 public static extern SU_RESULT SULoopInputEdgeSetSmooth(SULoopInputRef loop_input, size_t edge_index, bool smooth);
Ejemplo n.º 8
0
 public static extern SU_RESULT SULoopInputEdgeSetHidden(SULoopInputRef loop_input, size_t edge_index, bool hidden);
Ejemplo n.º 9
0
 public static extern SU_RESULT SULoopInputAddVertexIndex(SULoopInputRef loop_input, size_t vertex_index);
Ejemplo n.º 10
0
 public static extern SU_RESULT SULoopInputRelease(ref SULoopInputRef loop_input);
Ejemplo n.º 11
0
 public static extern SU_RESULT SUFaceCreate(ref SUFaceRef face, ref SUPoint3D[] vertices3d, ref SULoopInputRef outer_loop);
Ejemplo n.º 12
0
 public static extern SU_RESULT SUFaceAddInnerLoop(SUFaceRef face, SUPoint3D[] vertices3d, ref SULoopInputRef loop);