Пример #1
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAddPoints(
     UserTopoUnstrctGeomStruct *Ud,
     UserTopoUnstrctGeomPtStruct *Pts,
     int NumPt,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
Пример #2
0
 public static extern int UserTopoModifyPoint(UserTopoUnstrctGeomStruct *Ud,
                                              int PtId,
                                              UserTopoUnstrctGeomPtStruct *Pt);
Пример #3
0
 public static extern void UserTopoSetPoints(UserTopoUnstrctGeomStruct *Ud,
                                             UserTopoUnstrctGeomPtStruct *Pts,
                                             int NumPt,
                                             int MergePts,
                                             int **IndxMap,
                                             int **RealIDMap);
Пример #4
0
 public static extern void UserTopoUnstrctGeomPtCopyData(UserTopoUnstrctGeomPtStruct *Dest,
                                                         UserTopoUnstrctGeomPtStruct *Src);