Exemplo n.º 1
0
 public static extern SU_RESULT SUFaceRelease(ref SUFaceRef face);
Exemplo n.º 2
0
 public static extern SU_RESULT SUTextureWriterGetBackFaceUVCoords(SUTextureWriterRef writer, SUFaceRef face, size_t len, SUPoint3D[] points, SUPoint2D[] uv_coords);
Exemplo n.º 3
0
 public static extern SU_RESULT SUTextureWriterLoadEntity(SUTextureWriterRef writer, SUFaceRef face, ref long front_texture_id, ref long back_texture_id);
Exemplo n.º 4
0
 public static extern SU_RESULT SUFaceReverse(SUFaceRef face);
Exemplo n.º 5
0
 public static extern SU_RESULT SUFaceCreate(ref SUFaceRef face, ref SUPoint3D[] vertices3d, ref SULoopInputRef outer_loop);
Exemplo n.º 6
0
 public static extern SU_RESULT SUFaceIsComplex(SUFaceRef face, ref bool is_complex);
Exemplo n.º 7
0
 public static extern SU_RESULT SUFaceGetNumAttachedDrawingElements(SUFaceRef face, out size_t count);
Exemplo n.º 8
0
 public static extern SU_RESULT SUFaceGetNumInnerLoops(SUFaceRef face, ref size_t count);
Exemplo n.º 9
0
 public static extern SU_RESULT SUFaceGetInnerLoops(SUFaceRef face, size_t len, SULoopRef[] loops, ref size_t count);
Exemplo n.º 10
0
 public static extern SU_RESULT SUFaceGetVertices(SUFaceRef face, size_t len, SUVertexRef[] vertices, ref size_t count);
Exemplo n.º 11
0
 public static extern SU_RESULT SUFaceGetOuterLoop(SUFaceRef face, ref SULoopRef loop);
Exemplo n.º 12
0
 public static extern SU_RESULT SUFaceGetNumVertices(SUFaceRef face, ref size_t count);
Exemplo n.º 13
0
 public static extern SU_RESULT SUFaceGetPlane(SUFaceRef face, ref SUPlane3D plane);
Exemplo n.º 14
0
 public static extern SU_RESULT SUFaceGetEdgeUses(SUFaceRef face, size_t len, SUEdgeUseRef[] edges, ref size_t count);
Exemplo n.º 15
0
 public static extern SU_RESULT SUFaceGetArea(SUFaceRef face, ref double area);
Exemplo n.º 16
0
 public static extern SU_RESULT SUFaceAddInnerLoop(SUFaceRef face, SUPoint3D[] vertices3d, ref SULoopInputRef loop);
Exemplo n.º 17
0
 public static extern SU_RESULT SUFaceGetAreaWithTransform(SUFaceRef face, ref SUTransformation transform, ref double area);
Exemplo n.º 18
0
 public static extern SU_RESULT SUFaceGetNumOpenings(SUFaceRef face, out size_t count);
Exemplo n.º 19
0
 public static extern SU_RESULT SUFaceGetUVHelperWithTextureHandle(SUFaceRef face, bool front, bool back, SUTextureWriterRef texture_writer, long textureHandle, ref SUUVHelperRef uv_helper);
Exemplo n.º 20
0
 public static extern SU_RESULT SUFaceGetOpenings(SUFaceRef face, size_t len, SUOpeningRef[] openings, out size_t count);
Exemplo n.º 21
0
 public static extern SU_RESULT SUFaceGetAttachedDrawingElements(SUFaceRef face, size_t len, SUDrawingElementRef[] elems, ref size_t count);
Exemplo n.º 22
0
 public static extern SU_RESULT SUFaceGetFrontMaterial(SUFaceRef face, ref SUMaterialRef material);
Exemplo n.º 23
0
 public static extern SUDrawingElementRef SUFaceToDrawingElement(SUFaceRef face);
Exemplo n.º 24
0
 public static extern SUEntityRef SUFaceToEntity(SUFaceRef face);
Exemplo n.º 25
0
 public static extern SU_RESULT SULoopGetFace(SULoopRef loop, ref SUFaceRef face);
Exemplo n.º 26
0
 public static extern SU_RESULT SUFaceSetBackMaterial(SUFaceRef face, SUMaterialRef material);
Exemplo n.º 27
0
 public static extern SU_RESULT SUTextureWriterGetTextureIdForFace(SUTextureWriterRef writer, SUFaceRef face, bool front, out long texture_id);
Exemplo n.º 28
0
 public static extern SU_RESULT SUFaceIsBackMaterialAffine(SUFaceRef face, ref bool is_affine);
Exemplo n.º 29
0
 public static extern SU_RESULT SUEdgeUseGetFace(SUEdgeUseRef edgeuse, ref SUFaceRef face);
Exemplo n.º 30
0
 public static extern SU_RESULT SUFaceGetNormal(SUFaceRef face, ref SUVector3D normal);