Exemplo n.º 1
0
 public static extern MdlLoopStruct *MdlLoopNew(MdlTrimSegRefStruct *MdlTrimSegRefList);
Exemplo n.º 2
0
 public static extern int MdlDebugHandleTSrfRefCrvs(MdlTrimSegRefStruct *Refs,
                                                    MdlTrimSrfStruct *TSrf,
                                                    IrtPtType *Trans,
                                                    int Loop,
                                                    int Display,
                                                    int TrimEndPts);
Exemplo n.º 3
0
 public static extern MdlTrimSegRefStruct *MdlTrimSegRefCopyList(MdlTrimSegRefStruct *SegRefList,
                                                                 MdlTrimSegStruct *TrimSegList);
Exemplo n.º 4
0
 public static extern int MdlDbgRC(MdlTrimSegRefStruct *Refs, int Format);
Exemplo n.º 5
0
 public static extern int MdlDbgRC2(MdlTrimSegRefStruct *Refs,
                                    MdlTrimSrfStruct *TSrf,
                                    int Format);
Exemplo n.º 6
0
 public static extern void MdlTrimSegRefFreeList(MdlTrimSegRefStruct *MTSegRefList);
Exemplo n.º 7
0
 public static extern void MdlTrimSegRefFree(MdlTrimSegRefStruct *MTSegRef);
Exemplo n.º 8
0
 public static extern IntPtr MdlGetLoopSegIndex(MdlTrimSegRefStruct *TrimSeg,
                                                MdlTrimSegStruct *TrimSegList);
Exemplo n.º 9
0
 public static extern MdlTrimSegRefStruct *MdlGetOtherSegRef2(MdlTrimSegRefStruct *SegRef,
                                                              MdlTrimSrfStruct *TSrf,
                                                              MdlTrimSrfStruct **OtherTSrf,
                                                              MdlLoopStruct **OtherLoop);
Exemplo n.º 10
0
 public static extern MdlTrimSegRefStruct *MdlGetOtherSegRef(MdlTrimSegRefStruct *SegRef,
                                                             MdlTrimSrfStruct *TSrf);