Exemplo n.º 1
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAddPoints(
     UserTopoUnstrctGeomStruct *Ud,
     UserTopoUnstrctGeomPtStruct *Pts,
     int NumPt,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
Exemplo n.º 2
0
 public static extern int UserTopoModifyPoint(UserTopoUnstrctGeomStruct *Ud,
                                              int PtId,
                                              UserTopoUnstrctGeomPtStruct *Pt);
Exemplo n.º 3
0
 public static extern void UserTopoSetPoints(UserTopoUnstrctGeomStruct *Ud,
                                             UserTopoUnstrctGeomPtStruct *Pts,
                                             int NumPt,
                                             int MergePts,
                                             int **IndxMap,
                                             int **RealIDMap);
Exemplo n.º 4
0
 public static extern void UserTopoUnstrctGeomPtCopyData(UserTopoUnstrctGeomPtStruct *Dest,
                                                         UserTopoUnstrctGeomPtStruct *Src);