示例#1
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAddPoints(
     UserTopoUnstrctGeomStruct *Ud,
     UserTopoUnstrctGeomPtStruct *Pts,
     int NumPt,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
示例#2
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAppendUnstrctGeoms(
     UserTopoUnstrctGeomStruct *UdA,
     UserTopoUnstrctGeomStruct *UdB,
     double Eps,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
示例#3
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoTrivBndryFilter(
     UserTopoUnstrctGeomStruct *Ud);
示例#4
0
 public static extern byte *UserTopoGetCellStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                   int CellId,
                                                   byte *AttrName);
示例#5
0
 public static extern int UserTopoGetPointAttrThreshold(UserTopoUnstrctGeomStruct *Ud,
                                                        byte *AttrName,
                                                        int AttrMinVal,
                                                        int AttrMaxVal,
                                                        int **PtIDs);
示例#6
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoApplyFilterToGrid(
     UserTopoUnstrctGeomStruct *Ud,
     int PurgeUnusedPts);
示例#7
0
 public static extern int UserTopoObjectToId(UserTopoUnstrctGeomStruct *Ud,
                                             IPObjectStruct *Cell);
示例#8
0
 public static extern int UserTopoCellsAdjacentToCell(UserTopoUnstrctGeomStruct *Ud,
                                                      int CellID,
                                                      int **EntIDs);
示例#9
0
 public static extern int UserTopoSetPointStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                  int PtId,
                                                  byte *AttrName,
                                                  byte *AttrValue);
示例#10
0
 public static extern int UserTopoSetCellIntAttr(UserTopoUnstrctGeomStruct *Ud,
                                                 IPObjectStruct *Cell,
                                                 byte *AttrName,
                                                 int AttrValue);
示例#11
0
 public static extern int UserTopoGetCellRealAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                     int *CellIdVec,
                                                     int NumCellId,
                                                     byte *AttrName,
                                                     double **AttrValueVec);
示例#12
0
 public static extern int UserTopoAddCell(UserTopoUnstrctGeomStruct *Ud,
                                          int *PtIdVec,
                                          int PtIdVecLen,
                                          IPObjectStruct *Cell,
                                          int *CellID);
示例#13
0
 public static extern void UserTopoSetPoints(UserTopoUnstrctGeomStruct *Ud,
                                             UserTopoUnstrctGeomPtStruct *Pts,
                                             int NumPt,
                                             int MergePts,
                                             int **IndxMap,
                                             int **RealIDMap);
示例#14
0
 public static extern double UserTopoGetCellRealAttr(UserTopoUnstrctGeomStruct *Ud,
                                                     int CellId,
                                                     byte *AttrName);
示例#15
0
 public static extern byte *UserTopoGetPointStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                    int PtId,
                                                    byte *AttrName);
示例#16
0
 public static extern void UserTopoUnstrctGeomFree(UserTopoUnstrctGeomStruct *Ud);
示例#17
0
 public static extern IPObjectStruct *UserTopoIdToObject(UserTopoUnstrctGeomStruct *Ud,
                                                         int Id);
示例#18
0
 public static extern int UserTopoModifyPoint(UserTopoUnstrctGeomStruct *Ud,
                                              int PtId,
                                              UserTopoUnstrctGeomPtStruct *Pt);
示例#19
0
 public static extern int UserTopoPtsOfCell(UserTopoUnstrctGeomStruct *Ud,
                                            int EntId,
                                            int **PtIds);
示例#20
0
 public static extern int UserTopoSetPointStrAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                     int *PtIdVec,
                                                     int NumPtId,
                                                     byte *AttrName,
                                                     byte **AttrValueVec);
示例#21
0
 public static extern int UserTopoAllEntitiesWithPoint(UserTopoUnstrctGeomStruct *Ud,
                                                       int PtId,
                                                       int **EntIds);
示例#22
0
 public static extern int UserTopoSetCellIntAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                    int *CellIdVec,
                                                    int NumCellId,
                                                    byte *AttrName,
                                                    int *AttrValueVec);
示例#23
0
 public static extern int UserTopoNumOfEntOfType(UserTopoUnstrctGeomStruct *Ud,
                                                 IPObjStructType Type);