⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tecutilm.h

📁 Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Mon
💻 H
📖 第 1 页 / 共 3 页
字号:
LINKTOADDON Boolean_t STDCALL TecUtilPrint(void);LINKTOADDON Boolean_t STDCALL TecUtilPickAtPosition(double X,                                                     double Y,                                                     Boolean_t CollectingObjects,                                                     Boolean_t DiggingForObjects);LINKTOADDON Boolean_t STDCALL TecUtilPickDeselectAll (void);LINKTOADDON Boolean_t STDCALL TecUtilPickAddZones(Boolean_t CollectingObjects,                                                  Set_pa    ZoneSet);LINKTOADDON Boolean_t STDCALL TecUtilPickAddXYMaps(Boolean_t CollectingObjects,                                                   Set_pa    XYMapsSet);LINKTOADDON Boolean_t STDCALL TecUtilPickAddAll(PickObjects_e ObjectType);LINKTOADDON Boolean_t STDCALL TecUtilPickAddAllInRect(double         X1,                                                      double         Y1,                                                      double         X2,                                                      double         Y2,                                                      PickObjects_e  ObjectType,                                                      const char    *Filter);LINKTOADDON Boolean_t STDCALL TecUtilPickEdit(const char *Action);LINKTOADDON Boolean_t STDCALL TecUtilPickCut(void);LINKTOADDON Boolean_t STDCALL TecUtilPickCopy(void);LINKTOADDON Boolean_t STDCALL TecUtilPickClear(void);LINKTOADDON Boolean_t STDCALL TecUtilPickPaste(void);LINKTOADDON Boolean_t STDCALL TecUtilPickShift(double DXPaper,                                                double DYPaper,                                                PointerStyle_e PointerStyle);LINKTOADDON Boolean_t STDCALL TecUtilPickMagnify(double MagFactor);LINKTOADDON Boolean_t STDCALL TecUtilPickPush(void);LINKTOADDON Boolean_t STDCALL TecUtilPickPop(void);LINKTOADDON Boolean_t STDCALL TecUtilPickSetMouseMode(MouseButtonMode_e MouseMode);LINKTOADDON Boolean_t STDCALL TecUtilXYMapCopy(EntIndex_t SourceMap,                                                    EntIndex_t DestMap);LINKTOADDON Boolean_t STDCALL TecUtilXYMapCreate(void);LINKTOADDON Boolean_t STDCALL TecUtilXYMapDelete(Set_pa MapsToDelete);LINKTOADDON Boolean_t STDCALL TecUtilXYMapShiftToTop(Set_pa MapsToShift);LINKTOADDON Boolean_t STDCALL TecUtilXYMapShiftToBottom(Set_pa MapsToShift);LINKTOADDON Boolean_t STDCALL TecUtilViewRotate(RotateAxis_e  RotateAxis,                                                double        RotateAmountInDegrees);LINKTOADDON Boolean_t STDCALL TecUtilViewRotate3D(RotateAxis_e           RotateAxis,                                                  double                 RotateAmountInDegrees,                                                  double                 VectorX,                                                  double                 VectorY,                                                  double                 VectorZ,                                                  RotateOriginLocation_e RotateOriginLocation);LINKTOADDON Boolean_t STDCALL TecUtilReset3DOrigin(void);LINKTOADDON Boolean_t STDCALL TecUtilSet3DEyeDistance(double EyeDistance);/*BEGIN ARGLIST NOTES TecUtilReset3DOriginX  TecUtilArgListAppendInt(ArgList,    SV_ORIGINRESETLOCATION, (LgIndex_t)<OriginResetLocation_e>);END ARGLIST NOTES*/LINKTOADDON Boolean_t STDCALL TecUtilReset3DOriginX(ArgList_pa ArgList);LINKTOADDON Boolean_t STDCALL TecUtilResetVectorLength(void);LINKTOADDON Boolean_t STDCALL TecUtilContourLevelAdd(int       NumEntries,                                                      double   *RawData_Array,                                                      Boolean_t ShowTrace);LINKTOADDON Boolean_t STDCALL TecUtilContourLevelNew(int       NumEntries,                                                      double   *RawData_Array,                                                      Boolean_t ShowTrace);LINKTOADDON Boolean_t STDCALL TecUtilContourLevelDeleteRange(double    RangeMin,                                                              double    RangeMax,                                                              Boolean_t ShowTrace);LINKTOADDON Boolean_t STDCALL TecUtilContourLevelReset(int NumEntries);LINKTOADDON Boolean_t STDCALL TecUtilContourLevelDelNearest(double    Level,                                                             Boolean_t ShowTrace);LINKTOADDON Boolean_t STDCALL TecUtilContourLabelAdd(double    X,                                                      double    Y,                                                      double    Z,                                                      Boolean_t IsAligned);LINKTOADDON Boolean_t STDCALL TecUtilContourLabelDeleteAll(void);LINKTOADDON Boolean_t STDCALL TecUtilStreamtraceAdd(int           NumRakePoints,                                                    Streamtrace_e StreamType,                                                    StreamDir_e   Direction,                                                    double        StartXPos,                                                    double        StartYPos,                                                    double        StartZPos,                                                    double        AltStartXPos,                                                    double        AltStartYPos,                                                    double        AltStartZPos);LINKTOADDON Boolean_t STDCALL TecUtilStreamtraceDeleteAll(void);LINKTOADDON Boolean_t STDCALL TecUtilStreamtraceDeleteRange(int Start,                                                            int End);LINKTOADDON Boolean_t STDCALL TecUtilStreamtraceSetTermLine(int     NumPoints,                                                            double *XTermLinePts_Array,                                                            double *YTermLinePts_Array);LINKTOADDON Boolean_t STDCALL TecUtilStreamtraceResetDelta(void);LINKTOADDON int STDCALL TecUtilStreamtraceGetCount(void);LINKTOADDON void STDCALL TecUtilStreamtraceGetPos(int    StreamNumber,                                                  double *X,                                                  double *Y,                                                  double *Z);LINKTOADDON Boolean_t STDCALL TecUtilDataValueSetByZoneVar(EntIndex_t Zone,                                                             EntIndex_t Var,                                                             LgIndex_t  PointIndex,                                                             double     Value);LINKTOADDON Boolean_t STDCALL TecUtilDataAlter(const char     *Equation,                                               Set_pa          ZoneSet,                                               LgIndex_t       IMin,                                               LgIndex_t       IMax,                                               LgIndex_t       ISkip,                                               LgIndex_t       JMin,                                               LgIndex_t       JMax,                                               LgIndex_t       JSkip,                                               LgIndex_t       KMin,                                               LgIndex_t       KMax,                                               LgIndex_t       KSkip,                                               FieldDataType_e DestDataType);LINKTOADDON Boolean_t STDCALL TecUtilSmooth(EntIndex_t          Zone,                                            EntIndex_t          SmoothVar,                                            LgIndex_t           NumSmoothPasses,                                            double              SmoothWeight,                                            BoundaryCondition_e SmoothBndryCond);LINKTOADDON Boolean_t STDCALL TecUtilWriteCurveInfo(const char     *FName,                                                    EntIndex_t      XYMapNum,                                                    ProcessXYMode_e ProcessXYMode);LINKTOADDON Boolean_t STDCALL TecUtilZoneCopy(EntIndex_t ZoneUsed,                                                   LgIndex_t  IMin,                                                   LgIndex_t  IMax,                                                   LgIndex_t  ISkip,                                                   LgIndex_t  JMin,                                                   LgIndex_t  JMax,                                                   LgIndex_t  JSkip,                                                   LgIndex_t  KMin,                                                   LgIndex_t  KMax,                                                   LgIndex_t  KSkip);LINKTOADDON Boolean_t STDCALL TecUtilCreateMirrorZones(Set_pa SourceZones,                                                       char   MirrorVar);LINKTOADDON Boolean_t STDCALL TecUtilCreateStreamZones(Boolean_t ConcatenateStreams);LINKTOADDON Boolean_t STDCALL TecUtilCreateIsoZones(void);LINKTOADDON Boolean_t STDCALL TecUtilCreateSliceZones(void);LINKTOADDON Boolean_t STDCALL TecUtilCreateContourLineZones(void);LINKTOADDON Boolean_t STDCALL TecUtilCreateFEBoundary(EntIndex_t SourceZone,                                                      Boolean_t  RemoveBlankedSurfaces);/* DEPRECATED */LINKTOADDON Boolean_t STDCALL TecUtilCreateSliceZone(double OriginX,                                                     double OriginY,                                                     double OriginZ,                                                     double NormalX,                                                     double NormalY,                                                     double NormalZ);LINKTOADDON Boolean_t STDCALL TecUtilCreateSliceZoneFromPlane(SliceSource_e SliceSource,                                                              double        OriginX,                                                              double        OriginY,                                                              double        OriginZ,                                                              double        NormalX,                                                              double        NormalY,                                                              double        NormalZ);LINKTOADDON Boolean_t STDCALL TecUtilExtractFromPolyline(double   *PolylineXPts_Array,                                                         double   *PolylineYPts_Array,                                                         double   *PolylineZPts_Array,                                                         LgIndex_t NumPtsInPolyline,                                                         Boolean_t ExtractThroughVolume,                                                         Boolean_t ExtractOnlyPointsOnPolyline,                                                         Boolean_t IncludeDistanceVariable,                                                         LgIndex_t NumPtsToExtractAlongPolyline,                                                         Boolean_t ExtractToFile,                                                         const char     *ExtractFName);LINKTOADDON Boolean_t STDCALL TecUtilExtractFromGeom(Boolean_t ExtractOnlyPointsOnPolyline,                                                     Boolean_t IncludeDistanceVariable,                                                     LgIndex_t NumPtsToExtractAlongPolyline,                                                     Boolean_t ExtractToFile,                                                     const char     *ExtractFName);LINKTOADDON Boolean_t  STDCALL TecUtilPolarToRectangular(Set_pa ZoneSet);LINKTOADDON Boolean_t  STDCALL TecUtilRotate2D(Set_pa ZoneSet,                                               double RotateAmountInDegrees,                                               double XOrigin,                                               double YOrigin);LINKTOADDON Boolean_t  STDCALL TecUtilDataRotate2D(Set_pa ZoneSet,                                                   double RotateAmountInDegrees,                                                   double XOrigin,                                                   double YOrigin);LINKTOADDON Boolean_t STDCALL TecUtilAverageCellCenterData(Set_pa ZoneSet,                                                           Set_pa VarSet);LINKTOADDON Boolean_t STDCALL TecUtilLinearInterpolate(Set_pa             SourceZones,                                                       EntIndex_t         DestZone,                                                       Set_pa             VarList,                                                       double             LinearInterpConst,                                                       LinearInterpMode_e LinearInterpMode);LINKTOADDON Boolean_t STDCALL TecUtilInverseDistInterpolation(Set_pa          SourceZones,                                                              EntIndex_t      DestZone,                                                              Set_pa          VarList,                                                              double          InvDistExponent,                                                              double          InvDistMinRadius,                                                              PtSelection_e   InterpPtSelection,                                                              LgIndex_t       InterpNPoints);LINKTOADDON Boolean_t STDCALL TecUtilKrig(Set_pa         SourceZones,                                           EntIndex_t     DestZone,                                           Set_pa         VarList,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -