Beispiel #1
0
 public static extern void VMdlFreeTrimVolElem(VMdlVolumeElementStruct *TrimVolElem);
Beispiel #2
0
 public static extern VMdlSlicerInfoStruct *VMdlSlicerInitVElement(
     VMdlVolumeElementStruct *VolumeElement,
     VMdlSlicerParamsStruct *Params);
Beispiel #3
0
 public static extern VMdlVModelStruct *VMdlVModelFromVElement(VMdlVolumeElementStruct *VElem,
                                                               int UseVElemInPlace);
Beispiel #4
0
 public static extern VMdlVModelStruct *VMdlSubdivideVElemToBezierVElements(
     VMdlVolumeElementStruct *VElem,
     TrivTVStruct *TV);
Beispiel #5
0
 public static extern VMdlVModelStruct *VMdlSubdivideVElement(VMdlVolumeElementStruct *VElem,
                                                              TrivTVStruct *TV,
                                                              TrivTVDirType Dir,
                                                              double t);
Beispiel #6
0
 public static extern TrimSrfStruct *VMdlFetchTrimmingSrfs(VMdlVolumeElementStruct *VMTrimmedTV);
Beispiel #7
0
 public static extern TrivTVStruct *VMdlFetchTrivar(VMdlVolumeElementStruct *VMTrimmedTV);
Beispiel #8
0
 public static extern MdlModelStruct *VMdlGetBndryVElement(VMdlVolumeElementStruct *VCell);