|
NX Open C++ 参考指南 2406 v1.1
|
后处理类 更多...
#include <CAE_Post.hxx>
类 | |
| struct | Animation |
| struct | AnimationParameters |
| struct | AnimationStreamline |
| struct | AnnotationBox |
| struct | ASCIIDiffTolerances |
| struct | Axisymmetric |
| struct | Clipping |
| struct | Colorbar |
| struct | EdgeFace |
| struct | GraphIds |
| struct | GraphParameters |
| struct | Headerlines |
| struct | Mark |
| struct | Mass |
| struct | NodalForceReportDisplaySettings |
| struct | PrimaryEdgeFace |
| struct | Spring |
| struct | Streamline |
| struct | StreamlineData |
| struct | StreamlineExtraction |
| struct | StreamlineSeed |
| struct | Text |
Public 成员函数 | |
| NXOpen::CAE::PostPointManager * | AskPostPointManager () |
| NXOpen::CAE::ResultParametersWithNodalForceReport * | AskResultParametersWithNodalForceReport (int pvid) |
| NXString | CompareDisplayFiles (const char *benchmarkFileName, const char *testFileName, const NXOpen::CAE::Post::ASCIIDiffTolerances &tolerances) |
| NXString | CompareDisplayFiles (const NXString &benchmarkFileName, const NXString &testFileName, const NXOpen::CAE::Post::ASCIIDiffTolerances &tolerances) |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * | CreateAnnotation (int postviewId, const char *name, const std::vector< int > &elements, const std::vector< int > &nodes, const std::vector< int > &elmedgeface, const std::vector< NXString > &usertext) |
| NX_DEPRECATED("Deprecated in NX9.0.0. use NXOpen::CAE::Post::CreateAnnotation with extra face parameter.") NXOpen NXOpen::CAE::PostAnnotation * | CreateAnnotation (int postviewId, const char *name, const std::vector< int > &entities, const std::vector< int > &subEntities, const std::vector< NXString > &usertext) |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * | CreateAnnotation (int postviewId, const char *name, double xcoord, double ycoord, const std::vector< NXString > &usertext) |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * | CreateAnnotation (int postviewId, const char *name, int num, bool max, const std::vector< NXString > &usertext) |
| int | CreateCrossSectionViewForResult (int viewIndex, int resultId, NXOpen::CAE::CrossSectionParameters *result) |
| NXOpen::CAE::Post::GraphIds | CreateHistoryGraph (int postviewId, const char *name, const NXOpen::CAE::Post::GraphParameters &graph, int startIteration, int endIteration, int iterationIncrement, int nodeLabel, const std::vector< double > &point) |
| NXOpen::CAE::Post::GraphIds | CreateHistoryGraph (int postviewId, const NXString &name, const NXOpen::CAE::Post::GraphParameters &graph, int startIteration, int endIteration, int iterationIncrement, int nodeLabel, const std::vector< double > &point) |
| NXOpen::CAE::MeshTranslucencyBuilder * | CreateMeshTranslucencyBuilder (int postviewId) |
| int | CreateNewPostview (int viewIndex, int resultId, bool overlay, NXOpen::CAE::Post::DisplayColorSchemeType colorscheme) |
| int | CreateNewPostview (int viewIndex, NXOpen::CAE::Result *result, bool overlay, NXOpen::CAE::Post::DisplayColorSchemeType colorscheme) |
| int | CreateNewPostviewForResult (int viewIndex, int resultId, bool overlay, const NXOpen::CAE::Result::ResultParameters &result, NXOpen::CAE::Post::DisplayColorSchemeType colorscheme) |
| int | CreateNewPostviewForResult (int viewIndex, NXOpen::CAE::Result *result, bool overlay, NXOpen::CAE::ResultParameters *resultParamter, NXOpen::CAE::Post::DisplayColorSchemeType colorscheme) |
| int | CreatePathFromElemIds (int postviewId, const char *name, const std::vector< int > &elemIds) |
| int | CreatePathFromNodeIds (int postviewId, const char *name, const std::vector< int > &nodeIds) |
| int | CreatePathFromPoints (int postviewId, const char *name, const std::vector< double > &points, int numberOfInsertPointsPerSegment) |
| NXOpen::CAE::PostAnnotationBuilder * | CreatePostAnnotationBuilder (int pvid, NXOpen::CAE::PostAnnotation *annotation) |
| NXOpen::CAE::PostGroupBuilder * | CreatePostGroupBuilder (int postViewId) |
| NXOpen::CAE::PostShowhideBuilder * | CreatePostShowhideBuilder (int pvid) |
| int | CreatePostview (int viewIndex, NXOpen::CAE::Result *result, bool overlay) |
| int | CreatePostview (int viewIndex, NXOpen::CAE::ResultParametersWithProbe *probeparams, bool overlay) |
| int | CreatePostviewForResult (int viewIndex, NXOpen::CAE::Result *result, bool overlay, NXOpen::CAE::ResultParameters *resultParamter) |
| int | CreatePostviewFromNodalForceReportParameters (int viewIndex, NXOpen::CAE::ResultParametersWithNodalForceReport *nodalforcereportparams, bool overlay) |
| void | CreatePostviewsForResultAndSE (int viewIndex, NXOpen::CAE::Result *result, NXOpen::CAE::ResultParameters *resultParamter, std::vector< int > &postviewIds) |
| NXOpen::CAE::ShowHideEntitiesBuilder * | CreateShowHideEntitiesBuilder (int postViewId) |
| NXOpen::CAE::Post::GraphIds | CreateSpatialGraph (int postviewId, const char *name, const NXOpen::CAE::Post::GraphParameters &graph, int pathId) |
| NXOpen::CAE::Post::GraphIds | CreateSpatialGraph (int postviewId, const NXString &name, const NXOpen::CAE::Post::GraphParameters &graph, int pathId) |
| int | CreateStreamlineSeedSet (int postviewId, const char *name, const std::vector< NXOpen::CAE::Post::StreamlineSeed > &seeds) |
| int | CreateStreamlineSeedSet (int postviewId, const NXString &name, const std::vector< NXOpen::CAE::Post::StreamlineSeed > &seeds) |
| int | CreateUserGroupFromEntityLabels (int postviewId, NXOpen::CAE::CaeGroupCollection::EntityType entityType, const std::vector< int > &labels) |
| int | CreateUserGroupFromEntityLabels (int postviewId, NXOpen::CAE::Result *result, NXOpen::CAE::CaeGroupCollection::EntityType entityType, const std::vector< int > &labels) |
| void | CrossSectionViewSetLockRotation (int postviewId, bool lockRotation) |
| void | CrossSectionViewSetResult (int postviewId, NXOpen::CAE::CrossSectionParameters *result) |
| void | DeleteAllTemplates () |
| void | Deletegraphs (const std::vector< NXOpen::CAE::PostGraph * > &graphs) |
| void | DeleteViewport (int viewIndex) |
| void | GetAnnotations (int postviewId, std::vector< NXOpen::CAE::PostAnnotation * > &annotation) |
| std::vector< int > | GetApplicablePostviewIds (int basePostviewId) |
| void | GetClipLocations (int pvid, std::vector< NXOpen::CAE::PostSelectionEntity * > &cutinfos) |
| std::vector< int > | GetElemsVisibility (int pvid, bool *includeOrExculdes) |
| int | GetMainPostviewIdInActivePart () |
| std::vector< int > | GetPostviewIds () |
| void | GetResultForPostview (int postviewId, NXOpen::CAE::Result **result, NXOpen::CAE::ResultParameters **resultParamter) |
| void | GraphDelete (const NXOpen::CAE::Post::GraphIds &graphIds) |
| void | HidePostMeshes (const std::vector< int > &postviewIds, const std::vector< NXOpen::CAE::PostMesh * > &meshes) |
| int | LoadImportedResult (const char *resultName, const char *fileName, const std::vector< NXOpen::Unit * > &units) |
| int | LoadImportedResult (const NXString &resultName, const NXString &fileName, const std::vector< NXOpen::Unit * > &units) |
| int | LoadRaEventResult (NXOpen::CAE::ResponseSimulation::RSEvent *raEvent) |
| NXString | LoadTemplate (const char *filename, const char *name, int *templateId) |
| NXString | LoadTemplate (const NXString &filename, const NXString &name, int *templateId) |
| bool | NodalForceReportGetDisplayAtCentroid (int postviewId) |
| void | NodalForceReportSetDisplayAtCentroid (int postviewId, bool displayAtCentroid) |
| NX_DEPRECATED ("自 NX7.5.1 起弃用。请改用 NXOpen::CAE::Post::CreatePostviewForResult。") int CreatePostviewForResult(int viewIndex | |
| NX_DEPRECATED ("自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::CreateQueryCurvePost配合节点、单元或自由点。") int CreatePathFromElemIds(int postviewId | |
| NX_DEPRECATED ("自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::CreateQueryCurvePost配合节点、单元或自由点。") int CreatePathFromPoints(int postviewId | |
| NX_DEPRECATED ("自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::DeleteQueryCurve来删除查询曲线") void PathDelete(int pathId) | |
| NX_DEPRECATED ("Deprecated in NX11.0.0. Use NXOpen::CAE::Post::PostviewAnimationPlay instead.") void PostviewAnimationPlay(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX11.0.0. use NXOpen::CAE::Post::UserGroupDelete with resulttag.") void UserGroupDelete(int usergroupId) | |
| NX_DEPRECATED ("Deprecated in NX11.0.0. use NXOpen::CAE::Post::UserGroupRename with resulttag.") void UserGroupRename(int usergroupId | |
| NX_DEPRECATED ("Deprecated in NX11.0.0. use NXOpen::CAE::ResultManager::CreateQueryCurvePost with nodes, elements or free points.") int CreatePathFromNodeIds(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX12.0.0. Set NXOpen::CAE::PostPreference Position set through post preferences instead.") void PostviewSetPosition(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX12.0.0. Use NXOpen::CAE::Post::PostviewSetEdgeFace instead.") void PostviewSetEdgeFace(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX12.0.0. Use NXOpen::CAE::Post::PostviewSetEdgeFace instead.") void PostviewSetEdgeFace(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX1847.0.0. Use NXOpen::CAE::Post::PostviewSetColorbar and NXOpen::CAE::Post::PostviewSetColorbar instead.") void PostviewSetColorbar(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX1847.0.0. Use NXOpen::CAE::Post::PostviewSetStyle instead.") void PostviewSetStyle(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX1926.0.0. use NXOpen::CAE::Post::PostviewCaptureAllViewportsToGif for multiple animations.") void PostviewCaptureAnimatedGif(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram.") void PostviewSetBeamContourScaleFactor(int posviewId | |
| NX_DEPRECATED ("Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram.") void PostviewSetBeamContourScaleMethod(int posviewId | |
| NX_DEPRECATED ("Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram.") void PostviewShowBeamContour(int posviewId | |
| NX_DEPRECATED ("Deprecated in NX1953.0.0. use NXOpen::CAE::Post::JA_SPP_CreatePostviewFromNodalForceReportParameters instead.") int CreatePostview(int viewIndex | |
| NX_DEPRECATED ("Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetClipping instead.") void PostviewSetClipping(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetDeformation instead.") void PostviewSetDeformation(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetResult instead.") void PostviewSetResult(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetStreamlineVelocity instead.") void PostviewSetStreamlineVelocity(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX8.5.0. Use NXOpen::CAE::Post::PostviewSetShowHeader and NXOpen::CAE::Post::PostviewSetColorbar instead.") void PostviewSetLegend(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX9.0.0. Set NXOpen::CAE::PostAnnotation Display Attribute directly instead.") void PostviewSetAnnotationBox(int postviewId | |
| NX_DEPRECATED ("Deprecated in NX9.0.0. Set NXOpen::CAE::PostAnnotation show hide instead.") void PostviewSetMarker(int postviewId | |
| void | PlotGraph (int viewIndex, const NXOpen::CAE::Post::GraphIds &graphIds, bool overlay) |
| NXOpen::CAE::Xyplot::Plot * | Plotgraphs (int windowIndex, int viewIndex, const std::vector< NXOpen::CAE::PostGraph * > &graphs, bool overlay) |
| NXOpen::CAE::PostProcessingSession * | PostProcessingSession () |
| void | PostviewAnimationControl (int postviewId, NXOpen::CAE::Post::AnimationControl control, int frame, bool fullCycle, int delay) |
| void | PostviewAnimationControlStreamline (int postviewId, const NXOpen::CAE::Post::AnimationStreamline &control) |
| void | PostviewAnimationPlay (int postviewId, const NXOpen::CAE::Post::AnimationParameters &animation) |
| void | PostviewAnimationVectorDisplaySizeControl (int postviewId, bool vectorDisplaySizeControl) |
| void | PostviewApplyAllSEVis (int pvid, bool visibility) |
| void | PostviewApplyCsysContainerVisibility (int postviewId, bool visibility) |
| void | PostviewApplyCsysVisibility (int postviewId, int id, bool visibility) |
| void | PostviewApplyGroupContainerVisibility (int postviewId, const std::vector< NXOpen::CAE::Result::GroupContainer > &container, bool visibility) |
| void | PostviewApplyGroupContainerVisibility (int postviewId, NXOpen::CAE::Result *result, const std::vector< NXOpen::CAE::Result::GroupContainer > &container, bool visibility) |
| void | PostviewApplyGroupContainerVisibility (int postviewId, NXOpen::CAE::Result *result, NXOpen::CAE::Result::GroupContainer container, bool visibility) |
| void | PostviewApplyGroupContainerVisibility (int postviewId, NXOpen::CAE::Result::GroupContainer container, bool visibility) |
| void | PostviewApplyGroupVisibility (int postviewId, const std::vector< NXOpen::CAE::Result::GroupContainer > &container, const std::vector< int > &group, bool visibility) |
| void | PostviewApplyGroupVisibility (int postviewId, int resultId, const std::vector< NXOpen::CAE::Result::GroupContainer > &container, const std::vector< int > &group, bool visibility) |
| void | PostviewApplyGroupVisibility (int postviewId, int resultId, NXOpen::CAE::Result::GroupContainer container, int group, bool visibility) |
| void | PostviewApplyGroupVisibility (int postviewId, NXOpen::CAE::Result::GroupContainer container, int group, bool visibility) |
| void | PostviewApplySERepresentation (int postviewId, const std::vector< int > &superelementIds, NXOpen::CAE::Result::SuperElementRep representation) |
| void | PostviewApplySERepresentation (int postviewId, int superelementId, NXOpen::CAE::Result::SuperElementRep representation) |
| void | PostviewApplySEVisibility (int postviewId, int superelementId, bool visibility) |
| void | PostviewApplyShowAll (int postviewId) |
| void | PostviewApplyTemplate (int postviewId, int templateId) |
| void | PostviewApplyTemplateFile (int postviewId, const char *xmlFileName) |
| void | PostviewApplyTemplateFile (int postviewId, const NXString &xmlFileName) |
| void | PostviewApplyUserGroupVisibility (int postviewId, const std::vector< int > &usergroupIds, NXOpen::CAE::Post::GroupVisibility visibility) |
| void | PostviewApplyUserGroupVisibility (int postviewId, const std::vector< NXOpen::CAE::Result * > &results, const std::vector< int > &usergroupIds, NXOpen::CAE::Post::GroupVisibility visibility) |
| void | PostviewApplyUserGroupVisibility (int postviewId, NXOpen::CAE::Result *result, const std::vector< int > &usergroupIds, NXOpen::CAE::Post::GroupVisibility visibility) |
| bool | PostviewAskDrawForLegendBox (int postviewId) |
| int | PostviewAskFillColorForLegendBox (int postviewId) |
| bool | PostviewAskFillForLegendBox (int postviewId) |
| bool | PostviewAskFillTranslucentForLegendBox (int postviewId) |
| std::vector< NXOpen::TaggedObject * > | PostviewAskHotspotRecipes (int posviewId) |
| void | PostviewAskHotspotsOfRecipe (int posviewId, NXOpen::CAE::HotspotRecipe *recipe, std::vector< NXOpen::CAE::Hotspot * > &listhotspot) |
| void | PostviewAskSERepresentations (int postviewId, int superelementId, std::vector< NXOpen::CAE::Result::SuperElementRep > &representation) |
| double | PostviewCalculateDistanceBetweenEntities (int pvid, NXOpen::CAE::PostSelectionEntity *postSel1, bool defstate1, NXOpen::CAE::PostSelectionEntity *postSel2, bool defstate2) |
| void | PostviewCaptureAllViewportsToGif (const char *fileName, bool includeOverlayedPostviews, bool whiteBackground) |
| void | PostviewCaptureAllViewportsToGif (const NXString &fileName, bool includeOverlayedPostviews, bool whiteBackground) |
| void | PostviewCaptureAnimatedGif (int postviewId, const char *fileName, bool includeOverlayedPostviews, bool whiteBackground) |
| int | PostviewCreateClone (int postviewId, int viewIndex) |
| void | PostviewDelete (int postviewId) |
| void | PostviewExportDisplay (int postviewId, const char *fileName, NXOpen::CAE::Post::Export format, bool ignoreClipping, bool ignoreVisibility) |
| void | PostviewExportDisplay (int postviewId, const NXString &fileName, NXOpen::CAE::Post::Export format, bool ignoreClipping, bool ignoreVisibility) |
| void | PostviewExportTemplate (int postviewId, const char *xmlFileName) |
| void | PostviewExportTemplate (int postviewId, const NXString &xmlFileName) |
| NXOpen::CAE::BeamDisplayParameters * | PostviewGetBeamDisplay (int postviewId) |
| NXOpen::CAE::Post::Colorbar | PostviewGetColorbar (int postviewId, int *customOverwrite) |
| NXOpen::CAE::Post::Colorbar | PostviewGetColorbarWithCustomOptions (int postviewId, bool *customOverwriteValue, bool *customOverwriteColor) |
| void | PostviewGetFontSize (int postviewId, int *autoFontSize, double *fontScale) |
| void | PostviewGetFormat (int postviewId, NXOpen::CAE::Post::Format *format, int *numdecimal) |
| NXOpen::CAE::PostLegend * | PostviewGetLegend (int postviewId) |
| NXOpen::CAE::Post::ShowHeader | PostviewGetShowHeader (int postviewId) |
| NXOpen::CAE::Post::Text | PostviewGetText (int postviewId) |
| void | PostviewGetUserGroupGids (int postviewId, const std::vector< NXString > &usergroupNames, std::vector< int > &usergroupsGids) |
| void | PostviewInvertDisplay (int pvid) |
| void | PostviewMarkerOnOff (int postviewId, bool showMarker) |
| void | PostviewRename (int postviewId, const char *newName) |
| void | PostviewRename (int postviewId, const NXString &newName) |
| int | PostviewSaveTemplate (int postviewId) |
| void | PostviewSetAxisymmetric (int postviewId, const NXOpen::CAE::Post::Axisymmetric &axisymmetric) |
| void | PostviewSetBandStyle (int postviewId, NXOpen::CAE::Post::BandStyle bandstyle) |
| void | PostviewSetBeamDisplay (int postviewId, NXOpen::CAE::BeamDisplayParameters *param) |
| void | PostviewSetClipping (int postviewId, NXOpen::CAE::ClippingParameters *clipping) |
| void | PostviewSetColorbar (int postviewId, const NXOpen::CAE::Post::Colorbar &colorbar) |
| void | PostviewSetColorbar (int postviewId, const NXOpen::CAE::Post::Colorbar &colorbar, bool customOverwriteValue, bool customOverwriteColor, const std::vector< double > &rangeValue, const std::vector< NXOpen::NXColor::Rgb > &rangeColors) |
| void | PostviewSetColorbarStyle (int postviewId, NXOpen::CAE::Post::ColorbarStyle colorbarStyle) |
| void | PostviewSetColorDisplayDeformationSynchronization (int postviewId, bool synchronization) |
| void | PostViewSetColorScheme (int postviewId, NXOpen::CAE::Post::DisplayColorSchemeType colorScheme) |
| void | PostviewSetCompression (int postviewId, bool compress, double featureangle, double banddifference) |
| void | PostviewSetCriticalLayerIdDisplay (int postviewId, bool displayCriticalLayers) |
| void | PostviewSetCriticalLoadIdDisplay (int postviewId, bool displayCriticalLoads) |
| void | PostviewSetCriticalPlyIdDisplay (int postviewId, bool displayCriticalPlies) |
| void | PostviewSetCurrentInOverlay (int postviewId) |
| void | PostviewSetDeformation (int postviewId, NXOpen::CAE::DeformationParameters *deformation) |
| void | PostviewSetDeformed (int postviewId, bool deformed) |
| void | PostviewSetDeformedUndeformedSynchronization (int postviewId, bool showDeformedPrimaryDisplay, bool showUndeformedModel, bool synchronizeLoadCaseAndIteration) |
| void | PostviewSetDrawForLegendBox (int postviewId, bool draw) |
| void | PostviewSetEdgeFace (int postviewId, const NXOpen::CAE::Post::PrimaryEdgeFace &primaryEdgeface) |
| void | PostviewSetEdgeFace (int postviewId, const NXOpen::CAE::Post::PrimaryEdgeFace &primaryEdgeface, const NXOpen::CAE::Post::EdgeFace &undeformedEdgeface) |
| void | PostviewSetFillColorForLegendBox (int postviewId, int fillColor) |
| void | PostviewSetFillForLegendBox (int postviewId, bool fill) |
| void | PostviewSetFillTranslucentForLegendBox (int postviewId, bool translucent) |
| void | PostviewSetFontSize (int postviewId, bool autoFontSize, double fontScale) |
| void | PostviewSetFormat (int postviewId, NXOpen::CAE::Post::Format format, int numdecimal) |
| void | PostviewSetGlobalTranslucency (int pvid, bool isTranslucent) |
| void | PostviewSetGroupContainerVisibility (int postviewId, NXOpen::CAE::Result::GroupContainer container, bool visibility) |
| void | PostviewSetGroupVisibility (int postviewId, NXOpen::CAE::Result::GroupContainer container, int group, bool visibility) |
| void | PostviewSetHeaderlines (int postviewId, const std::vector< NXOpen::CAE::Post::Headerlines > &headerlines) |
| void | PostviewSetLegend (int postviewId, NXOpen::CAE::PostLegend *legend) |
| void | PostviewSetLighting (int postviewId, bool lighted) |
| void | PostviewSetMark (int postviewId, const NXOpen::CAE::Post::Mark &mark) |
| void | PostviewSetMass (int postviewId, const NXOpen::CAE::Post::Mass &mass) |
| void | PostviewSetMeshTransparency (int pvid, const std::vector< NXOpen::CAE::PostMesh * > &meshes, bool isTransparent) |
| void | PostviewSetResult (int postviewId, NXOpen::CAE::ResultParameters *resultParamter) |
| void | PostviewSetResultWithNodalForceReport (int postviewId, NXOpen::CAE::ResultParametersWithNodalForceReport *nodalforcereportparams) |
| void | PostviewSetResultWithProbe (int postviewId, NXOpen::CAE::ResultParametersWithProbe *probeparams) |
| void | PostviewSetShowHeader (int postviewId, NXOpen::CAE::Post::ShowHeader showHeader) |
| void | PostviewSetSpring (int postviewId, const NXOpen::CAE::Post::Spring &spring) |
| void | PostviewSetStreamline (int postviewId, const NXOpen::CAE::Post::Streamline &streamline) |
| void | PostviewSetStreamlineSeedSet (int postviewId, int seedsetId) |
| void | PostviewSetStreamlineVelocity (int postviewId, NXOpen::CAE::BaseResultType *velocity) |
| void | PostviewSetStyle (int postviewId, int showStyle, NXOpen::CAE::Post::PlotStyle style) |
| void | PostviewSetTarget (int postviewId, NXOpen::CAE::Post::Target target) |
| void | PostviewSetText (int postviewId, const NXOpen::CAE::Post::Text &text) |
| void | PostviewSetUndeformed (int postviewId, bool undeformed) |
| void | PostviewUpdate (int postviewId) |
| NXOpen::CAE::PostPreference * | Preference () |
| void | ReloadTemplates () |
| void | SetFactoryDefaultTemplate () |
| void | SetMainPostviewIdInActivePart (int postviewId) |
| void | SetResultParametersWithNodalForceReport (int pvid, NXOpen::CAE::ResultParametersWithNodalForceReport *resultParameter) |
| NXOpen::CAE::PostSmartSelectionManager * | SmartSelectionManager () |
| void | StreamlineSeedSetDelete (int seedsetId) |
| tag_t | Tag () const |
| void | TemplateDelete (int templateId) |
| void | TemplateRename (int templateId, const char *newName) |
| void | TemplateRename (int templateId, const NXString &newName) |
| int | TemplateSearch (const char *name) |
| int | TemplateSearch (const NXString &name) |
| void | TemplateSetAsDefault (int templateId) |
| void | UnloadResult (int resultId) |
| void | UnloadResultFile (const char *fileName) |
| void | UnloadResultFile (const NXString &fileName) |
| void | UpdateAllAnnotations (int pvid) |
| void | UpdateUserGroupsFromSimPart (NXOpen::CAE::SimPart *simpart) |
| void | UserGroupDelete (NXOpen::CAE::Result *result, int usergroupId) |
| void | UserGroupRename (int usergroupId, const char *newName) |
| void | UserGroupRename (NXOpen::CAE::Result *result, int usergroupId, const char *newName) |
| void | UserGroupRename (NXOpen::CAE::Result *result, int usergroupId, const NXString &newName) |
后处理类
表示后处理功能
要获取此类的实例,请参考 NXOpen::Session
创建于 NX5.0.0.
标记分量组合
| NXOpen::CAE::PostPointManager * NXOpen::CAE::Post::AskPostPointManager | ( | ) |
获取 NXOpen::CAE::PostPointManager 对象。
创建于NX2406.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| NXOpen::CAE::ResultParametersWithNodalForceReport * NXOpen::CAE::Post::AskResultParametersWithNodalForceReport | ( | int | pvid | ) |
返回与从节点力报告创建的后处理视图关联的 NXOpen::CAE::ResultParametersWithNodalForceReport 对象。 用户有责任在使用完成后销毁结果参数对象, 使用 NXOpen::CAE::ResultManager::DeleteResultParametersWithNodalForceReport ,以释放系统资源。
| pvid | 后处理视图ID |
| NXString NXOpen::CAE::Post::CompareDisplayFiles | ( | const char * | benchmarkFileName, |
| const char * | testFileName, | ||
| const NXOpen::CAE::Post::ASCIIDiffTolerances & | tolerances ) |
用于比较后处理ASCII文件的实用工具
| benchmarkFileName | 基准文件名 |
| testFileName | 测试文件名 |
| tolerances | 容差 |
| NXString NXOpen::CAE::Post::CompareDisplayFiles | ( | const NXString & | benchmarkFileName, |
| const NXString & | testFileName, | ||
| const NXOpen::CAE::Post::ASCIIDiffTolerances & | tolerances ) |
用于比较后处理ASCII文件的实用工具
| benchmarkFileName | 基准文件名 |
| testFileName | 测试文件名 |
| tolerances | 容差 |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * NXOpen::CAE::Post::CreateAnnotation | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< int > & | elements, | ||
| const std::vector< int > & | nodes, | ||
| const std::vector< int > & | elmedgeface, | ||
| const std::vector< NXString > & | usertext ) |
创建实体注释对象
创建实体注释对象
| postviewId | 后处理视图id |
| name | 注释名称 |
| elements | 节点或单元列表 |
| nodes | 节点列表 |
| elmedgeface | 用于节点和单元选择的超实体(面/边)列表 |
| usertext | 每个框中的附加文本 |
| NX_DEPRECATED("Deprecated in NX9.0.0. use NXOpen::CAE::Post::CreateAnnotation with extra face parameter.") NXOpen NXOpen::CAE::PostAnnotation * NXOpen::CAE::Post::CreateAnnotation | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< int > & | entities, | ||
| const std::vector< int > & | subEntities, | ||
| const std::vector< NXString > & | usertext ) |
创建实体注释对象
创建实体注释对象
| postviewId | 后处理视图id |
| name | 注释名称 |
| entities | 节点或单元列表 |
| subEntities | 用于单元节点结果的节点列表 |
| usertext | 每个框中的附加文本 |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * NXOpen::CAE::Post::CreateAnnotation | ( | int | postviewId, |
| const char * | name, | ||
| double | xcoord, | ||
| double | ycoord, | ||
| const std::vector< NXString > & | usertext ) |
创建用户位置框注释对象
创建用户位置框注释对象
| postviewId | 后处理视图id |
| name | 注释名称 |
| xcoord | 参数化x屏幕坐标,范围从0到1 |
| ycoord | 参数化y屏幕坐标,范围从0到1 |
| usertext | 每个框中的附加文本 |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use NXOpen::CAE::PostAnnotationBuilder instead.") NXOpen NXOpen::CAE::PostAnnotation * NXOpen::CAE::Post::CreateAnnotation | ( | int | postviewId, |
| const char * | name, | ||
| int | num, | ||
| bool | max, | ||
| const std::vector< NXString > & | usertext ) |
创建最小/最大标注对象
创建最小/最大标注对象
| postviewId | 后处理视图ID |
| name | 标注名称 |
| num | 最小或最大的数量 |
| max | true表示最大,false表示最小 |
| usertext | 每个框中的附加文本 |
| int NXOpen::CAE::Post::CreateCrossSectionViewForResult | ( | int | viewIndex, |
| int | resultId, | ||
| NXOpen::CAE::CrossSectionParameters * | result ) |
在已加载的结果 ID 上使用指定结果创建新的剖面视图。
| viewIndex | 0 到 8,放置剖面视图的视口编号 |
| resultId | 结果 ID |
| result | 结果 |
| NXOpen::CAE::Post::GraphIds NXOpen::CAE::Post::CreateHistoryGraph | ( | int | postviewId, |
| const char * | name, | ||
| const NXOpen::CAE::Post::GraphParameters & | graph, | ||
| int | startIteration, | ||
| int | endIteration, | ||
| int | iterationIncrement, | ||
| int | nodeLabel, | ||
| const std::vector< double > & | point ) |
通过从输入的后处理视图ID中,在输入的节点标签或点处,为指定的迭代次数提取数据来创建图表。迭代次数由起始、结束和步长指定。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult返回的。 输入的路径ID是CreatePathFromNodeIds或CreatePathFromPoints返回的。 返回一个图表句柄,可用于PlotGraph和Graph*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| graph | 图表 |
| startIteration | 起始迭代 |
| endIteration | 结束迭代 |
| iterationIncrement | 迭代增量 |
| nodeLabel | 节点标签 |
| point | 点 |
| NXOpen::CAE::Post::GraphIds NXOpen::CAE::Post::CreateHistoryGraph | ( | int | postviewId, |
| const NXString & | name, | ||
| const NXOpen::CAE::Post::GraphParameters & | graph, | ||
| int | startIteration, | ||
| int | endIteration, | ||
| int | iterationIncrement, | ||
| int | nodeLabel, | ||
| const std::vector< double > & | point ) |
通过从输入的后处理视图ID中,在输入的节点标签或点处,为指定的迭代次数提取数据来创建图表。迭代次数由起始、结束和步长指定。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult返回的。 输入的路径ID是CreatePathFromNodeIds或CreatePathFromPoints返回的。 返回一个图表句柄,可用于PlotGraph和Graph*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| graph | 图表 |
| startIteration | 起始迭代 |
| endIteration | 结束迭代 |
| iterationIncrement | 迭代增量 |
| nodeLabel | 节点标签 |
| point | 点 |
| NXOpen::CAE::MeshTranslucencyBuilder * NXOpen::CAE::Post::CreateMeshTranslucencyBuilder | ( | int | postviewId | ) |
创建 NXOpen::CAE::MeshTranslucencyBuilder 对象。
创建于NX2306.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| int NXOpen::CAE::Post::CreateNewPostview | ( | int | viewIndex, |
| int | resultId, | ||
| bool | overlay, | ||
| NXOpen::CAE::Post::DisplayColorSchemeType | colorscheme ) |
使用给定的显示配色方案创建新的后处理视图。 仅云图配色方案需要结果,但其他方案可以在不附加结果的情况下绘制。
| viewIndex | 0 到 8,放置后处理视图的视口编号 |
| resultId | 结果 ID |
| overlay | 叠加 |
| colorscheme | 配色方案 |
| int NXOpen::CAE::Post::CreateNewPostview | ( | int | viewIndex, |
| NXOpen::CAE::Result * | result, | ||
| bool | overlay, | ||
| NXOpen::CAE::Post::DisplayColorSchemeType | colorscheme ) |
在已加载的结果ID上使用默认设置创建新的后处理视图。 结果ID是从LoadImportedResult或LoadSolutionResult获取的。 返回一个后处理视图句柄,可用于Postview*、CreatePath*和CreateGraph*调用
| viewIndex | 0到8,放置后处理视图的视口编号 |
| result | 结果 |
| overlay | 叠加 |
| colorscheme | 颜色方案 |
| int NXOpen::CAE::Post::CreateNewPostviewForResult | ( | int | viewIndex, |
| int | resultId, | ||
| bool | overlay, | ||
| const NXOpen::CAE::Result::ResultParameters & | result, | ||
| NXOpen::CAE::Post::DisplayColorSchemeType | colorscheme ) |
在已加载的结果 ID 上使用指定结果创建新的后处理视图。 结果 ID 是从 LoadImportedResult 或 LoadSolutionResult 获取的。 返回一个后处理视图句柄,可用于 Postview*、CreatePath* 和 CreateGraph* 调用。 NXOpen::CAE::Result::ResultParameters 已被 NXOpen::CAE::ResultParameters 取代。 此方法已被 NXOpen::CAE::Post::CreatePostviewForResult 取代。
| viewIndex | 0 到 8,放置后处理视图的视口编号 |
| resultId | 结果 ID |
| overlay | 叠加 |
| result | 结果 |
| colorscheme | 配色方案 |
| int NXOpen::CAE::Post::CreateNewPostviewForResult | ( | int | viewIndex, |
| NXOpen::CAE::Result * | result, | ||
| bool | overlay, | ||
| NXOpen::CAE::ResultParameters * | resultParamter, | ||
| NXOpen::CAE::Post::DisplayColorSchemeType | colorscheme ) |
在已加载的结果ID上,使用指定结果创建新的后处理视图。 结果ID来自LoadImportedResult或LoadSolutionResult。 返回后处理视图句柄,可用于Postview*、CreatePath*和CreateGraph*调用
| viewIndex | 0到8,放置后处理视图的视口编号 |
| result | 结果 |
| overlay | 叠加 |
| resultParamter | 结果参数 |
| colorscheme | 颜色方案 |
| int NXOpen::CAE::Post::CreatePathFromElemIds | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< int > & | elemIds ) |
根据输入后处理视图ID上的有序单元ID集创建路径。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| elemIds | 单元ID集 |
| int NXOpen::CAE::Post::CreatePathFromNodeIds | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< int > & | nodeIds ) |
根据输入后处理视图ID上的有序节点ID集创建路径。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| nodeIds | 节点ID集 |
| int NXOpen::CAE::Post::CreatePathFromPoints | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< double > & | points, | ||
| int | numberOfInsertPointsPerSegment ) |
根据输入后处理视图ID上的有序点集创建路径。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| points | 点集 |
| numberOfInsertPointsPerSegment | 大于或等于0 |
| NXOpen::CAE::PostAnnotationBuilder * NXOpen::CAE::Post::CreatePostAnnotationBuilder | ( | int | pvid, |
| NXOpen::CAE::PostAnnotation * | annotation ) |
创建注释构建器对象
创建注释构建器对象
| pvid | 后处理视图 ID |
| annotation | 注释 |
| NXOpen::CAE::PostGroupBuilder * NXOpen::CAE::Post::CreatePostGroupBuilder | ( | int | postViewId | ) |
创建用于创建组的构建器。
创建于NX2007.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postViewId | 后处理视图ID |
| NXOpen::CAE::PostShowhideBuilder * NXOpen::CAE::Post::CreatePostShowhideBuilder | ( | int | pvid | ) |
创建 NXOpen::CAE::PostShowhideBuilder 对象
| pvid | pvid |
| int NXOpen::CAE::Post::CreatePostview | ( | int | viewIndex, |
| NXOpen::CAE::Result * | result, | ||
| bool | overlay ) |
在已加载的结果ID上使用默认设置创建新的后处理视图。 结果ID是从LoadImportedResult或LoadSolutionResult获取的。 返回一个后处理视图句柄,可用于Postview*、CreatePath*和CreateGraph*调用
| viewIndex | 0到8,放置后处理视图的视口编号 |
| result | 结果 |
| overlay | 叠加 |
| int NXOpen::CAE::Post::CreatePostview | ( | int | viewIndex, |
| NXOpen::CAE::ResultParametersWithProbe * | probeparams, | ||
| bool | overlay ) |
为给定探针创建新的后处理视图。 如果探针随工况/迭代变化,将创建第一个可用工况迭代的后处理视图。 用户可使用 NXOpen::CAE::Post::PostviewUpdate 设置新工况、迭代并更新后处理视图。 返回一个后处理视图句柄,可用于 Postview*、CreatePath* 和 CreateGraph* 调用
| viewIndex | 0 到 8,放置后处理视图的视口编号 |
| probeparams | 探针参数 |
| overlay | 叠加 |
| int NXOpen::CAE::Post::CreatePostviewForResult | ( | int | viewIndex, |
| NXOpen::CAE::Result * | result, | ||
| bool | overlay, | ||
| NXOpen::CAE::ResultParameters * | resultParamter ) |
在已加载的结果ID上,使用指定结果创建新的后处理视图。 结果ID来自LoadImportedResult或LoadSolutionResult。 返回后处理视图句柄,可用于Postview*、CreatePath*和CreateGraph*调用
| viewIndex | 0到8,放置后处理视图的视口编号 |
| result | 结果 |
| overlay | 叠加 |
| resultParamter | 结果参数 |
| int NXOpen::CAE::Post::CreatePostviewFromNodalForceReportParameters | ( | int | viewIndex, |
| NXOpen::CAE::ResultParametersWithNodalForceReport * | nodalforcereportparams, | ||
| bool | overlay ) |
为给定的自由体创建新的后处理视图。 如果自由体随工况变化,将创建第一个可用工况迭代的后处理视图。 用户可以使用 NXOpen::CAE::Post::PostviewUpdate 设置新工况、迭代并更新后处理视图。 返回一个后处理视图句柄,可用于Postview*、CreatePath*和CreateGraph*调用
| viewIndex | 0到8,放置后处理视图的视口编号 |
| nodalforcereportparams | 节点力报告参数 |
| overlay | 叠加 |
| void NXOpen::CAE::Post::CreatePostviewsForResultAndSE | ( | int | viewIndex, |
| NXOpen::CAE::Result * | result, | ||
| NXOpen::CAE::ResultParameters * | resultParamter, | ||
| std::vector< int > & | postviewIds ) |
在已加载的结果ID上,使用指定结果创建新的后处理视图。 同时创建与该结果ID关联的任何已加载超单元结果的叠加, 并将颜色条范围设置为视口显示。 将变形比例设置为绝对,比例因子为1。 结果ID来自LoadImportedResult或LoadSolutionResult。 返回后处理视图句柄数组,可用于Postview*、CreatePath*和CreateGraph*调用
创建于NX8.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| viewIndex | 0到8,放置后处理视图的视口编号 |
| result | 结果 |
| resultParamter | 结果参数 |
| postviewIds | 后处理视图ID数组 |
| NXOpen::CAE::ShowHideEntitiesBuilder * NXOpen::CAE::Post::CreateShowHideEntitiesBuilder | ( | int | postViewId | ) |
创建 NXOpen::CAE::ShowHideEntitiesBuilder 对象。
创建于NX2306.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postViewId | 后处理视图ID |
| NXOpen::CAE::Post::GraphIds NXOpen::CAE::Post::CreateSpatialGraph | ( | int | postviewId, |
| const char * | name, | ||
| const NXOpen::CAE::Post::GraphParameters & | graph, | ||
| int | pathId ) |
通过从输入的后处理视图ID中沿输入路径ID提取数据来创建图表。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 输入路径ID由CreatePathFromNodeIds或CreatePathFromPoints返回。 返回一个图表句柄,可用于PlotGraph和Graph*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| graph | 图表参数 |
| pathId | 路径ID |
| NXOpen::CAE::Post::GraphIds NXOpen::CAE::Post::CreateSpatialGraph | ( | int | postviewId, |
| const NXString & | name, | ||
| const NXOpen::CAE::Post::GraphParameters & | graph, | ||
| int | pathId ) |
通过从输入的后处理视图ID中沿输入路径ID提取数据来创建图表。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 输入路径ID由CreatePathFromNodeIds或CreatePathFromPoints返回。 返回一个图表句柄,可用于PlotGraph和Graph*调用
| postviewId | 后处理视图ID |
| name | 名称 |
| graph | 图表参数 |
| pathId | 路径ID |
| int NXOpen::CAE::Post::CreateStreamlineSeedSet | ( | int | postviewId, |
| const char * | name, | ||
| const std::vector< NXOpen::CAE::Post::StreamlineSeed > & | seeds ) |
创建一个种子集,可用于指定流线提取的起点。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult返回的。 返回一个种子集句柄,可用于StreamlineSeedSet*调用和PostVeiwSetStreamlineSeedSet。
| postviewId | 后处理视图ID |
| name | 名称 |
| seeds | 种子 |
| int NXOpen::CAE::Post::CreateStreamlineSeedSet | ( | int | postviewId, |
| const NXString & | name, | ||
| const std::vector< NXOpen::CAE::Post::StreamlineSeed > & | seeds ) |
创建一个种子集,可用于指定流线提取的起点。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult返回的。 返回一个种子集句柄,可用于StreamlineSeedSet*调用和PostVeiwSetStreamlineSeedSet。
| postviewId | 后处理视图ID |
| name | 名称 |
| seeds | 种子 |
| int NXOpen::CAE::Post::CreateUserGroupFromEntityLabels | ( | int | postviewId, |
| NXOpen::CAE::CaeGroupCollection::EntityType | entityType, | ||
| const std::vector< int > & | labels ) |
使用单元或节点标签创建用户组。返回一个用户组句柄,可用于UserGroup*调用和PostViewApplyUserGroupVisibility。
| postviewId | 后处理视图ID |
| entityType | 实体类型 |
| labels | 标签 |
| int NXOpen::CAE::Post::CreateUserGroupFromEntityLabels | ( | int | postviewId, |
| NXOpen::CAE::Result * | result, | ||
| NXOpen::CAE::CaeGroupCollection::EntityType | entityType, | ||
| const std::vector< int > & | labels ) |
使用单元或节点标签创建用户组。返回一个用户组句柄,可用于UserGroup*调用和PostViewApplyUserGroupVisibility。 版本12中增加了结果标签以支持超单元。
| postviewId | 后处理视图ID |
| result | 结果 |
| entityType | 实体类型 |
| labels | 标签 |
| void NXOpen::CAE::Post::CrossSectionViewSetLockRotation | ( | int | postviewId, |
| bool | lockRotation ) |
在输入的后处理视图ID中定向并禁用所有旋转。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreateCrossSectionViewForResult的返回值。
创建于NX7.5.0版本。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| lockRotation | 锁定旋转 |
| void NXOpen::CAE::Post::CrossSectionViewSetResult | ( | int | postviewId, |
| NXOpen::CAE::CrossSectionParameters * | result ) |
在输入的剖面视图ID中设置用于颜色显示的结果。需要调用CrossSectionViewUpdate才能生效。 输入的剖面视图ID是CreateCrossSectionViewForResult的返回值。
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| result | 结果 |
| void NXOpen::CAE::Post::DeleteAllTemplates | ( | ) |
删除所有已加载的模板XML文件
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| void NXOpen::CAE::Post::Deletegraphs | ( | const std::vector< NXOpen::CAE::PostGraph * > & | graphs | ) |
删除 NXOpen::CAE::PostGraph 对象
创建于NX9.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| graphs | NXOpen::CAE::PostGraph 对象列表 |
| void NXOpen::CAE::Post::DeleteViewport | ( | int | viewIndex | ) |
结束输入视口索引中的所有后处理活动
创建于 NX5.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| viewIndex | 0 到 8,要移除后处理显示的视口编号 |
| void NXOpen::CAE::Post::GetAnnotations | ( | int | postviewId, |
| std::vector< NXOpen::CAE::PostAnnotation * > & | annotation ) |
获取此后处理视图中的所有 NXOpen::CAE::PostAnnotation
创建于NX8.5.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图id |
| annotation | 注释 |
| std::vector< int > NXOpen::CAE::Post::GetApplicablePostviewIds | ( | int | basePostviewId | ) |
获取与基础后处理视图ID具有相同结果ID的后处理视图ID列表。
创建于NX2306.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| basePostviewId | 基础后处理视图ID |
| void NXOpen::CAE::Post::GetClipLocations | ( | int | pvid, |
| std::vector< NXOpen::CAE::PostSelectionEntity * > & | cutinfos ) |
返回 NXOpen::CAE::PostSelectionEntity 对象数组。 在调用此方法之前,应通过 NXOpen::CAE::Post::PostviewSetClipping 应用剖切, 以从此对象获取剖切信息。
创建于 NX11.0.2。
许可要求: nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| pvid | 后处理视图 ID |
| cutinfos | NXOpen::CAE::PostSelectionEntity 对象 |
| std::vector< int > NXOpen::CAE::Post::GetElemsVisibility | ( | int | pvid, |
| bool * | includeOrExculdes ) |
返回元素的当前可见性状态
| pvid | 后处理视图 ID |
| includeOrExculdes | 元素是否可见 |
| int NXOpen::CAE::Post::GetMainPostviewIdInActivePart | ( | ) |
在交互模式下获取活动部件的主后处理视图ID。 <备注> 如果没有后处理视图或只有未显示的后处理视图,则返回-1。 后处理视图ID:与后处理导航器中后处理视图名称的后缀数字相同。 主后处理视图:主后处理视图在图形窗口中高亮显示,并在后处理导航器的描述中带有"(MAIN)"前缀标记。 </>
创建于NX2306.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX设计仿真") 或 sc_results_viewer ("Simcenter结果查看器")
| std::vector< int > NXOpen::CAE::Post::GetPostviewIds | ( | ) |
获取当前后处理视图ID列表
| void NXOpen::CAE::Post::GetResultForPostview | ( | int | postviewId, |
| NXOpen::CAE::Result ** | result, | ||
| NXOpen::CAE::ResultParameters ** | resultParamter ) |
返回定义输入后处理视图ID的 NXOpen::CAE::Result 和 NXOpen::CAE::ResultParameters 的副本。
创建于NX8.5.2。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| result | 定义输入后处理视图的 NXOpen::CAE::Result |
| resultParamter | 定义输入后处理视图的 NXOpen::CAE::ResultParameters 的副本,用户有责任在使用完成后销毁结果参数对象 使用 NXOpen::CAE::ResultManager::DeleteResultParameters ,以释放系统资源 |
| void NXOpen::CAE::Post::GraphDelete | ( | const NXOpen::CAE::Post::GraphIds & | graphIds | ) |
删除由graph_ids指定的输入图表。 输入的graph_ids是CreateSpatialGraph或CreateHistoryGraph返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| graphIds | 图表ID |
| void NXOpen::CAE::Post::HidePostMeshes | ( | const std::vector< int > & | postviewIds, |
| const std::vector< NXOpen::CAE::PostMesh * > & | meshes ) |
立即隐藏指定后处理视图中的网格。
创建于NX2306.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewIds | 后处理视图ID列表 |
| meshes | 网格列表 |
| int NXOpen::CAE::Post::LoadImportedResult | ( | const char * | resultName, |
| const char * | fileName, | ||
| const std::vector< NXOpen::Unit * > & | units ) |
加载一个与解算方案无关的现有结果文件。 返回一个结果句柄,可用于 PostviewCreate* 调用
| resultName | 结果名称 |
| fileName | 文件名 |
| units | 单位 |
| int NXOpen::CAE::Post::LoadImportedResult | ( | const NXString & | resultName, |
| const NXString & | fileName, | ||
| const std::vector< NXOpen::Unit * > & | units ) |
加载一个未与解关联的现有结果文件。 返回一个结果句柄,可用于PostviewCreate*调用
| resultName | 结果名称 |
| fileName | 文件名 |
| units | 单位 |
| int NXOpen::CAE::Post::LoadRaEventResult | ( | NXOpen::CAE::ResponseSimulation::RSEvent * | raEvent | ) |
为响应分析事件加载结果。 返回一个结果句柄,可用于 PostviewCreate* 调用
| raEvent | 响应分析事件 |
| NXString NXOpen::CAE::Post::LoadTemplate | ( | const char * | filename, |
| const char * | name, | ||
| int * | templateId ) |
从用户指定位置加载模板XML文件
| filename | 文件名 |
| name | 名称 |
| templateId | 模板ID |
| NXString NXOpen::CAE::Post::LoadTemplate | ( | const NXString & | filename, |
| const NXString & | name, | ||
| int * | templateId ) |
从用户指定位置加载模板XML文件
| filename | 文件名 |
| name | 名称 |
| templateId | 模板ID |
| bool NXOpen::CAE::Post::NodalForceReportGetDisplayAtCentroid | ( | int | postviewId | ) |
获取在由“节点力报告”的力或力矩求和创建的 postview 中显示在质心的选项。
| postviewId | postview id |
| void NXOpen::CAE::Post::NodalForceReportSetDisplayAtCentroid | ( | int | postviewId, |
| bool | displayAtCentroid ) |
设置在由“节点力报告”的力或力矩求和创建的 postview 中显示在质心的选项。
Created in NX2212.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| displayAtCentroid | TRUE = '节点力报告'节点的质心 FALSE = '节点力报告'的参考点 |
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "自 NX7.5.1 起弃用。请改用 NXOpen::CAE::Post::CreatePostviewForResult。" | ) |
在已加载的结果 ID 上使用指定结果创建新的后处理视图。 结果 ID 是从 LoadImportedResult 或 LoadSolutionResult 获取的。 返回一个后处理视图句柄,可用于 Postview*、CreatePath* 和 CreateGraph* 调用。 NXOpen::CAE::Result::ResultParameters 已被 NXOpen::CAE::ResultParameters 取代。 此方法已被 NXOpen::CAE::Post::CreatePostviewForResult 取代。
0 到 8,放置后处理视图的视口编号
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::CreateQueryCurvePost配合节点、单元或自由点。" | ) |
根据输入后处理视图ID上的有序单元ID集创建路径。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::CreateQueryCurvePost配合节点、单元或自由点。" | ) |
根据输入后处理视图ID上的有序点集创建路径。 输入后处理视图ID由CreatePostview或CreatePostviewForResult返回。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "自NX11.0.0起已弃用。请使用NXOpen::CAE::ResultManager::DeleteQueryCurve来删除查询曲线" | ) |
删除输入的路径ID。 输入的路径ID由CreatePathFromNodeIds或CreatePathFromPoints返回
路径ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX11.0.0. Use NXOpen::CAE::Post::PostviewAnimationPlay instead." | ) |
使用输入的动画参数播放或重播指定后处理视图ID的动画。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。 NXOpen::CAE::Post::Animation 已被 NXOpen::CAE::Post::AnimationParameters 取代。 此方法已被 NXOpen::CAE::Post::PostviewAnimationPlay 取代。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX11.0.0. use NXOpen::CAE::Post::UserGroupDelete with resulttag." | ) |
重命名一个用户组。 输入的用户组ID是CreateUserGroupFromEntityLabels返回的。
用户组ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX11.0.0. use NXOpen::CAE::Post::UserGroupRename with resulttag." | ) |
删除一个用户组。 输入的用户组ID是CreateUserGroupFromEntityLabels返回的。
用户组ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX11.0.0. use NXOpen::CAE::ResultManager::CreateQueryCurvePost with | nodes, |
| elements or free points." | ) |
根据输入后处理视图ID上的有序节点ID集合创建一条路径。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult返回的。 返回一个路径句柄,可用于CreateSpatialGraph和Path*调用。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX12.0.0. Set NXOpen::CAE::PostPreference Position set through post preferences instead." | ) |
设置输入的后处理视图ID中的图例定位。其他选项暂不支持。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX12.0.0. Use NXOpen::CAE::Post::PostviewSetEdgeFace instead." | ) |
为输入的后处理视图ID设置主显示中的边和面样式及颜色。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreateCrossSectionViewForResult的返回值。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX12.0.0. Use NXOpen::CAE::Post::PostviewSetEdgeFace instead." | ) |
在输入的后期视图ID中为主显示和未变形显示设置边和面的样式及颜色。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview或CreatePostviewForResult的返回值。
后期视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1847.0.0. Use NXOpen::CAE::Post::PostviewSetColorbar and NXOpen::CAE::Post::PostviewSetColorbar instead." | ) |
在输入的后期视图ID中设置颜色条选项以及自定义覆盖选项。
后期视图ID。
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1847.0.0. Use NXOpen::CAE::Post::PostviewSetStyle instead." | ) |
设置输入 postview id 中的云图样式。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview、CreatePostviewForResult 或 CreateCrossSectionViewForResult 返回的 id。
postview id
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1926.0.0. use NXOpen::CAE::Post::PostviewCaptureAllViewportsToGif for multiple animations." | ) |
为已处于动画状态的输入后处理视图ID捕获动画GIF图像。 输入的后处理视图ID由CreatePostview或CreatePostviewForResult返回。 此接口仅在交互模式下有效。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram." | ) |
用于缩放梁轮廓尺寸的数值因子
后处理视图id
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram." | ) |
设置用于缩放梁轮廓尺寸的方法
后处理视图id
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1953.0.0. Instead use NXOpen::CAE::Post::PostviewSetBeamDisplay with Style as LineAndDiagram." | ) |
在后处理视图中显示梁轮廓
后处理视图id
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX1953.0.0. use NXOpen::CAE::Post::JA_SPP_CreatePostviewFromNodalForceReportParameters instead." | ) |
为给定的自由体创建新的后处理视图。 如果自由体随工况变化,将创建第一个可用工况迭代的后处理视图。 用户可以使用 NXOpen::CAE::Post::PostviewUpdate 设置新工况、迭代并更新后处理视图。 返回一个后处理视图句柄,可用于 Postview*、CreatePath* 和 CreateGraph* 调用
0 到 8,放置后处理视图的视口编号
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetClipping instead." | ) |
在输入的后处理视图ID中设置裁剪选项。需要调用PostviewUpdate才能生效。 此外,需要将 NXOpen::CAE::Post::Target 设置为 NXOpen::CAE::Post::TargetCuttingPlane, 模型才会显示裁剪效果。 NXOpen::CAE::Post::Clipping 已被 NXOpen::CAE::ClippingParameters 取代。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetDeformation instead." | ) |
在输入的后期查看ID中设置变形形状的结果。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。 NXOpen::CAE::Result::DeformationParameters 已被 NXOpen::CAE::DeformationParameters 取代。 此方法已被 NXOpen::CAE::Post::PostviewSetDeformation 取代。
后期查看ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetResult instead." | ) |
设置输入 postview id 中用于颜色显示的结果。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview 或 CreatePostviewForResult 返回的 id。 NXOpen::CAE::Result::ResultParameters 已被 NXOpen::CAE::ResultParameters 取代。 此方法已被 NXOpen::CAE::Post::PostviewSetResult 取代。
postview id
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX7.5.1. Use NXOpen::CAE::Post::PostviewSetStreamlineVelocity instead." | ) |
在输入的后期查看ID中设置用于流线提取的速度场。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。 NXOpen::CAE::Result::VelocityParameters 不再受支持。 此方法已被 NXOpen::CAE::Post::PostviewSetStreamlineVelocity 取代。
后期查看ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX8.5.0. Use NXOpen::CAE::Post::PostviewSetShowHeader and NXOpen::CAE::Post::PostviewSetColorbar instead." | ) |
在输入的后期视图ID中设置图例选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
后期视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX9.0.0. Set NXOpen::CAE::PostAnnotation Display Attribute directly instead." | ) |
设置输入的后处理视图ID中的最小-最大标记框选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
后处理视图ID
| NXOpen::CAE::Post::NX_DEPRECATED | ( | "Deprecated in NX9.0.0. Set NXOpen::CAE::PostAnnotation show hide instead." | ) |
设置输入的后处理视图ID中的最小-最大标记选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
后处理视图ID
| void NXOpen::CAE::Post::PlotGraph | ( | int | viewIndex, |
| const NXOpen::CAE::Post::GraphIds & | graphIds, | ||
| bool | overlay ) |
绘制或叠加由graph_ids指定的输入图表。 输入的graph_ids是CreateSpatialGraph或CreateHistoryGraph返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| viewIndex | 视图索引 |
| graphIds | 图表ID |
| overlay | 叠加 |
| NXOpen::CAE::Xyplot::Plot * NXOpen::CAE::Post::Plotgraphs | ( | int | windowIndex, |
| int | viewIndex, | ||
| const std::vector< NXOpen::CAE::PostGraph * > & | graphs, | ||
| bool | overlay ) |
将 NXOpen::CAE::PostGraph 对象绘制或叠加为XY图
| windowIndex | 窗口索引,在主NX窗口中绘制时为-1 |
| viewIndex | 视图索引 |
| graphs | NXOpen::CAE::PostGraph 对象列表 |
| overlay | 叠加选项 |
| NXOpen::CAE::PostProcessingSession * NXOpen::CAE::Post::PostProcessingSession | ( | ) |
返回属于此会话的 NXOpen::CAE::PostProcessingSession
创建于NX12.0.0。
| void NXOpen::CAE::Post::PostviewAnimationControl | ( | int | postviewId, |
| NXOpen::CAE::Post::AnimationControl | control, | ||
| int | frame, | ||
| bool | fullCycle, | ||
| int | delay ) |
控制指定后处理视图ID的动画。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| control | 控制 |
| frame | 与控制选项SetFrame一起使用的帧号 |
| fullCycle | 与控制选项FullCycle一起使用 |
| delay | 与控制选项Delay一起使用的毫秒数 |
| void NXOpen::CAE::Post::PostviewAnimationControlStreamline | ( | int | postviewId, |
| const NXOpen::CAE::Post::AnimationStreamline & | control ) |
控制指定后处理视图ID的流线动画。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")
| postviewId | 后处理视图ID |
| control | 控制 |
| void NXOpen::CAE::Post::PostviewAnimationPlay | ( | int | postviewId, |
| const NXOpen::CAE::Post::AnimationParameters & | animation ) |
使用输入的动画参数播放或重放指定后处理视图 ID 的动画。 输入的后处理视图 ID 是 CreatePostview 或 CreatePostviewForResult 的返回值。 此接口仅在交互模式下工作。
创建于 NX5.0.0。
许可要求: nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| animation | 动画 |
| void NXOpen::CAE::Post::PostviewAnimationVectorDisplaySizeControl | ( | int | postviewId, |
| bool | vectorDisplaySizeControl ) |
控制指定后处理视图ID的矢量显示大小动画。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。
创建于NX12.0.1。
许可要求:nx_masterfem("有限元建模")
| postviewId | 后处理视图ID |
| vectorDisplaySizeControl | 矢量显示大小控制 |
| void NXOpen::CAE::Post::PostviewApplyAllSEVis | ( | int | pvid, |
| bool | visibility ) |
设置后期查看中所有超单元的可见性。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| pvid | 后期查看ID |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyCsysContainerVisibility | ( | int | postviewId, |
| bool | visibility ) |
在输入的后处理视图ID中立即设置坐标系容器的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX7.5.1。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyCsysVisibility | ( | int | postviewId, |
| int | id, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置坐标系(ID)的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX7.5.1。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| id | 坐标系ID |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupContainerVisibility | ( | int | postviewId, |
| const std::vector< NXOpen::CAE::Result::GroupContainer > & | container, | ||
| bool | visibility ) |
在输入的后期查看ID中立即设置元素组容器(多个)的可见性。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX8.5.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| container | 容器列表 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupContainerVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result * | result, | ||
| const std::vector< NXOpen::CAE::Result::GroupContainer > & | container, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置单元组容器的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| result | 结果 |
| container | 容器 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupContainerVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result * | result, | ||
| NXOpen::CAE::Result::GroupContainer | container, | ||
| bool | visibility ) |
在输入的后期查看ID中立即设置元素组容器的可见性。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| result | 结果 |
| container | 容器 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupContainerVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result::GroupContainer | container, | ||
| bool | visibility ) |
在输入的后期查看ID中立即设置元素组容器的可见性。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| container | 容器 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupVisibility | ( | int | postviewId, |
| const std::vector< NXOpen::CAE::Result::GroupContainer > & | container, | ||
| const std::vector< int > & | group, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置容器(1D、2D、连接器等)内单元组(索引)的可见性。 容器和组ID数组彼此一一对应。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX8.5.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| container | 容器 |
| group | 组 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupVisibility | ( | int | postviewId, |
| int | resultId, | ||
| const std::vector< NXOpen::CAE::Result::GroupContainer > & | container, | ||
| const std::vector< int > & | group, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置容器(1D、2D、连接器等)内单元组(索引)的可见性。 容器和组ID数组彼此一一对应。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| resultId | 结果ID |
| container | 容器 |
| group | 组 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupVisibility | ( | int | postviewId, |
| int | resultId, | ||
| NXOpen::CAE::Result::GroupContainer | container, | ||
| int | group, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置容器(1D、2D、连接器等)内单元组(索引)的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| resultId | 结果ID |
| container | 容器 |
| group | 0到容器内组数减1 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyGroupVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result::GroupContainer | container, | ||
| int | group, | ||
| bool | visibility ) |
在输入的后处理视图ID中立即设置容器(1D、2D、连接器等)内单元组(索引)的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| container | 容器 |
| group | 0到容器内组数减1 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplySERepresentation | ( | int | postviewId, |
| const std::vector< int > & | superelementIds, | ||
| NXOpen::CAE::Result::SuperElementRep | representation ) |
设置后期查看中多个超单元的表示。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| superelementIds | 超单元ID列表 |
| representation | 表示 |
| void NXOpen::CAE::Post::PostviewApplySERepresentation | ( | int | postviewId, |
| int | superelementId, | ||
| NXOpen::CAE::Result::SuperElementRep | representation ) |
设置后期查看中超单元的表示。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| superelementId | 超单元ID |
| representation | 表示 |
| void NXOpen::CAE::Post::PostviewApplySEVisibility | ( | int | postviewId, |
| int | superelementId, | ||
| bool | visibility ) |
在输入的后期查看ID中立即设置当前表示的超单元的可见性。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| superelementId | 超单元ID |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyShowAll | ( | int | postviewId | ) |
对输入的后期查看ID执行"全部显示"操作。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| void NXOpen::CAE::Post::PostviewApplyTemplate | ( | int | postviewId, |
| int | templateId ) |
对指定的后处理视图ID应用已加载的模板。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| templateId | 模板ID |
| void NXOpen::CAE::Post::PostviewApplyTemplateFile | ( | int | postviewId, |
| const char * | xmlFileName ) |
对输入的后期查看ID应用模板文件。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| xmlFileName | xml文件名 |
| void NXOpen::CAE::Post::PostviewApplyTemplateFile | ( | int | postviewId, |
| const NXString & | xmlFileName ) |
对输入的后期查看ID应用模板文件。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| xmlFileName | xml文件名 |
| void NXOpen::CAE::Post::PostviewApplyUserGroupVisibility | ( | int | postviewId, |
| const std::vector< int > & | usergroupIds, | ||
| NXOpen::CAE::Post::GroupVisibility | visibility ) |
立即控制一个或多个用户组的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")
| postviewId | 后处理视图ID |
| usergroupIds | 用户组ID |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewApplyUserGroupVisibility | ( | int | postviewId, |
| const std::vector< NXOpen::CAE::Result * > & | results, | ||
| const std::vector< int > & | usergroupIds, | ||
| NXOpen::CAE::Post::GroupVisibility | visibility ) |
立即控制一个或多个用户组的可见性。 输入的 postview id 是 CreatePostview 或 CreatePostviewForResult 返回的 id。
Created in NX12.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| postviewId | postview id |
| results | results |
| usergroupIds | usergroup ids |
| visibility | visibility |
| void NXOpen::CAE::Post::PostviewApplyUserGroupVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result * | result, | ||
| const std::vector< int > & | usergroupIds, | ||
| NXOpen::CAE::Post::GroupVisibility | visibility ) |
立即控制一个或多个用户组的可见性。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")
| postviewId | 后处理视图ID |
| result | 结果 |
| usergroupIds | 用户组ID |
| visibility | 可见性 |
| bool NXOpen::CAE::Post::PostviewAskDrawForLegendBox | ( | int | postviewId | ) |
查询输入的后处理视图id中图例框的绘制选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
| postviewId | 后处理视图id |
| int NXOpen::CAE::Post::PostviewAskFillColorForLegendBox | ( | int | postviewId | ) |
查询输入后处理视图ID中图例框的填充颜色选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值
| postviewId | 后处理视图ID |
| bool NXOpen::CAE::Post::PostviewAskFillForLegendBox | ( | int | postviewId | ) |
查询输入的后处理视图id中图例框的填充选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
| postviewId | 后处理视图id |
| bool NXOpen::CAE::Post::PostviewAskFillTranslucentForLegendBox | ( | int | postviewId | ) |
查询输入后处理视图ID中图例框的透明选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值
| postviewId | 后处理视图ID |
| std::vector< NXOpen::TaggedObject * > NXOpen::CAE::Post::PostviewAskHotspotRecipes | ( | int | posviewId | ) |
查询与后处理视图结果类型匹配的热点配方
创建于NX1872.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")
| posviewId | 后处理视图id |
| void NXOpen::CAE::Post::PostviewAskHotspotsOfRecipe | ( | int | posviewId, |
| NXOpen::CAE::HotspotRecipe * | recipe, | ||
| std::vector< NXOpen::CAE::Hotspot * > & | listhotspot ) |
解析与后处理视图结果类型匹配的热点配方
创建于NX1872.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")
| posviewId | 后处理视图id |
| recipe | 配方 |
| listhotspot | 热点列表 |
| void NXOpen::CAE::Post::PostviewAskSERepresentations | ( | int | postviewId, |
| int | superelementId, | ||
| std::vector< NXOpen::CAE::Result::SuperElementRep > & | representation ) |
获取后期查看中超单元的所有表示。 输入的后期查看ID是CreatePostview或CreatePostviewForResult返回的ID。
创建于NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后期查看ID |
| superelementId | 超单元ID |
| representation | 表示 |
| double NXOpen::CAE::Post::PostviewCalculateDistanceBetweenEntities | ( | int | pvid, |
| NXOpen::CAE::PostSelectionEntity * | postSel1, | ||
| bool | defstate1, | ||
| NXOpen::CAE::PostSelectionEntity * | postSel2, | ||
| bool | defstate2 ) |
计算两个节点之间的距离。 输入 Node1 和 Node2 的节点变形状态,并返回计算出的距离。
创建于 NX1847.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| pvid | pvid |
| postSel1 | NXOpen::CAE::PostSelectionEntity 对象 |
| defstate1 | 所选节点是否变形 |
| postSel2 | NXOpen::CAE::PostSelectionEntity 对象 |
| defstate2 | 所选节点是否变形 |
| void NXOpen::CAE::Post::PostviewCaptureAllViewportsToGif | ( | const char * | fileName, |
| bool | includeOverlayedPostviews, | ||
| bool | whiteBackground ) |
为正在播放动画的输入后处理视图ID捕获GIF动画图像。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| fileName | 文件名 |
| includeOverlayedPostviews | 包含叠加的后处理视图 |
| whiteBackground | 白色背景 |
| void NXOpen::CAE::Post::PostviewCaptureAllViewportsToGif | ( | const NXString & | fileName, |
| bool | includeOverlayedPostviews, | ||
| bool | whiteBackground ) |
为正在播放动画的输入后处理视图ID捕获GIF动画图像。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。 此接口仅在交互模式下有效。
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| fileName | 文件名 |
| includeOverlayedPostviews | 包含叠加的后处理视图 |
| whiteBackground | 白色背景 |
| void NXOpen::CAE::Post::PostviewCaptureAnimatedGif | ( | int | postviewId, |
| const char * | fileName, | ||
| bool | includeOverlayedPostviews, | ||
| bool | whiteBackground ) |
为已处于动画状态的输入后处理视图ID捕获动画GIF图像。 输入的后处理视图ID由CreatePostview或CreatePostviewForResult返回。 此接口仅在交互模式下有效。
| postviewId | 后处理视图ID |
| fileName | 文件名 |
| includeOverlayedPostviews | 包含叠加的后处理视图 |
| whiteBackground | 白色背景 |
| int NXOpen::CAE::Post::PostviewCreateClone | ( | int | postviewId, |
| int | viewIndex ) |
创建给定后处理视图的克隆。克隆的后处理视图必须创建在与源后处理视图不同的视口中
| postviewId | 后处理视图 ID |
| viewIndex | 视图索引 |
| void NXOpen::CAE::Post::PostviewDelete | ( | int | postviewId | ) |
删除后处理视图。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX5.0.0。
许可要求:无
| postviewId | 后处理视图ID |
| void NXOpen::CAE::Post::PostviewExportDisplay | ( | int | postviewId, |
| const char * | fileName, | ||
| NXOpen::CAE::Post::Export | format, | ||
| bool | ignoreClipping, | ||
| bool | ignoreVisibility ) |
将输入后处理视图ID的显示导出为指定格式。暂不支持VRML。 输入的后处理视图ID由CreatePostview或CreatePostviewForResult返回。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| fileName | 文件名 |
| format | 格式 |
| ignoreClipping | 忽略裁剪 |
| ignoreVisibility | 忽略可见性 |
| void NXOpen::CAE::Post::PostviewExportDisplay | ( | int | postviewId, |
| const NXString & | fileName, | ||
| NXOpen::CAE::Post::Export | format, | ||
| bool | ignoreClipping, | ||
| bool | ignoreVisibility ) |
将输入后处理视图ID的显示导出为指定格式。暂不支持VRML。 输入的后处理视图ID由CreatePostview或CreatePostviewForResult返回。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| fileName | 文件名 |
| format | 格式 |
| ignoreClipping | 忽略裁剪 |
| ignoreVisibility | 忽略可见性 |
| void NXOpen::CAE::Post::PostviewExportTemplate | ( | int | postviewId, |
| const char * | xmlFileName ) |
将输入后处理视图ID的所有设置保存到模板XML文件。不捕获图像。 XML文件未加载,只能通过PostviewApplyTemplateFile重用。 输入的后处理视图ID由CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult返回。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| xmlFileName | XML文件名 |
| void NXOpen::CAE::Post::PostviewExportTemplate | ( | int | postviewId, |
| const NXString & | xmlFileName ) |
将输入后处理视图ID的所有设置保存到模板XML文件。不捕获图像。 XML文件未加载,只能通过PostviewApplyTemplateFile重用。 输入的后处理视图ID由CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult返回。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| xmlFileName | XML文件名 |
| NXOpen::CAE::BeamDisplayParameters * NXOpen::CAE::Post::PostviewGetBeamDisplay | ( | int | postviewId | ) |
获取输入后处理视图ID中的梁显示选项。 NXOpen::CAE::BeamDisplayParameters 对象必须被销毁
| postviewId | 后处理视图ID |
| NXOpen::CAE::Post::Colorbar NXOpen::CAE::Post::PostviewGetColorbar | ( | int | postviewId, |
| int * | customOverwrite ) |
获取输入的后期视图ID中的颜色条选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
| postviewId | 后期视图ID |
| customOverwrite | 自定义覆盖 |
| NXOpen::CAE::Post::Colorbar NXOpen::CAE::Post::PostviewGetColorbarWithCustomOptions | ( | int | postviewId, |
| bool * | customOverwriteValue, | ||
| bool * | customOverwriteColor ) |
获取输入的后期视图ID中的颜色条选项以及自定义覆盖选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
| postviewId | 后期视图ID |
| customOverwriteValue | 自定义覆盖值 |
| customOverwriteColor | 自定义覆盖颜色 |
| void NXOpen::CAE::Post::PostviewGetFontSize | ( | int | postviewId, |
| int * | autoFontSize, | ||
| double * | fontScale ) |
在输入的后处理视图ID中设置字体大小选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
Created in NX12.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| autoFontSize | 自动字体大小 |
| fontScale | 字体缩放比例 |
| void NXOpen::CAE::Post::PostviewGetFormat | ( | int | postviewId, |
| NXOpen::CAE::Post::Format * | format, | ||
| int * | numdecimal ) |
获取输入的后处理视图ID中图例使用的文本格式。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX12.0.0版本。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| format | 格式 |
| numdecimal | 小数位数 |
| NXOpen::CAE::PostLegend * NXOpen::CAE::Post::PostviewGetLegend | ( | int | postviewId | ) |
从输入的后处理视图 ID 获取图例对象。 此对象的销毁由调用者负责。
| postviewId | 后处理视图 ID |
| NXOpen::CAE::Post::ShowHeader NXOpen::CAE::Post::PostviewGetShowHeader | ( | int | postviewId | ) |
获取输入的后期视图ID中的显示标题选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
| postviewId | 后期视图ID |
| NXOpen::CAE::Post::Text NXOpen::CAE::Post::PostviewGetText | ( | int | postviewId | ) |
获取输入的后处理视图ID中图例使用的文本颜色。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
| postviewId | 后处理视图ID |
| void NXOpen::CAE::Post::PostviewGetUserGroupGids | ( | int | postviewId, |
| const std::vector< NXString > & | usergroupNames, | ||
| std::vector< int > & | usergroupsGids ) |
根据提供的组名返回 gid 列表。 输入的 postview id 是 CreatePostview 或 CreatePostviewForResult 返回的 id。
Created in NX11.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| usergroupNames | usergroup names |
| usergroupsGids | usergroups gids |
| void NXOpen::CAE::Post::PostviewInvertDisplay | ( | int | pvid | ) |
反转给定后处理视图中单元的显示。
创建于NX1980.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| pvid | 后处理视图ID |
| void NXOpen::CAE::Post::PostviewMarkerOnOff | ( | int | postviewId, |
| bool | showMarker ) |
设置指定后处理视图ID的最小-最大标记的开关状态。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| showMarker | 显示标记 |
| void NXOpen::CAE::Post::PostviewRename | ( | int | postviewId, |
| const char * | newName ) |
重命名后处理视图。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| newName | 新名称 |
| void NXOpen::CAE::Post::PostviewRename | ( | int | postviewId, |
| const NXString & | newName ) |
重命名后处理视图。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| newName | 新名称 |
| int NXOpen::CAE::Post::PostviewSaveTemplate | ( | int | postviewId | ) |
将输入后处理视图ID的所有设置保存到模板XML文件,捕获图像,并加载模板以供将来使用。 输入的后处理视图ID由CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult返回。 返回一个模板句柄,可用于PostviewApplyTemplate和Template*调用
| postviewId | 后处理视图ID |
| void NXOpen::CAE::Post::PostviewSetAxisymmetric | ( | int | postviewId, |
| const NXOpen::CAE::Post::Axisymmetric & | axisymmetric ) |
在输入的后处理视图ID中设置切割平面选项。需要调用PostviewUpdate才能生效。 此外,需要将 NXOpen::CAE::Post::Target 设置为 NXOpen::CAE::Post::TargetAxisSymmetry3D。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| axisymmetric | 轴对称设置 |
| void NXOpen::CAE::Post::PostviewSetBandStyle | ( | int | postviewId, |
| NXOpen::CAE::Post::BandStyle | bandstyle ) |
在输入的后期查看ID中设置条带样式。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX11.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| bandstyle | 条带样式 |
| void NXOpen::CAE::Post::PostviewSetBeamDisplay | ( | int | postviewId, |
| NXOpen::CAE::BeamDisplayParameters * | param ) |
设置输入后处理视图ID中的梁显示选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值
创建于NX1953.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| param | 参数 |
| void NXOpen::CAE::Post::PostviewSetClipping | ( | int | postviewId, |
| NXOpen::CAE::ClippingParameters * | clipping ) |
在输入的后处理视图ID中设置切割平面选项。需要调用PostviewUpdate才能生效。 此外,需要将目标设置为CuttingPlane,模型才会显示裁剪效果。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX7.5.1.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| clipping | 裁剪参数 |
| void NXOpen::CAE::Post::PostviewSetColorbar | ( | int | postviewId, |
| const NXOpen::CAE::Post::Colorbar & | colorbar ) |
在输入的后期视图ID中设置颜色条选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期视图ID |
| colorbar | 颜色条 |
| void NXOpen::CAE::Post::PostviewSetColorbar | ( | int | postviewId, |
| const NXOpen::CAE::Post::Colorbar & | colorbar, | ||
| bool | customOverwriteValue, | ||
| bool | customOverwriteColor, | ||
| const std::vector< double > & | rangeValue, | ||
| const std::vector< NXOpen::NXColor::Rgb > & | rangeColors ) |
在输入的后期视图ID中设置颜色条选项以及自定义覆盖值或颜色选项。
Created in NX1847.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期视图ID。 |
| colorbar | 颜色条。 |
| customOverwriteValue | 自定义覆盖值 |
| customOverwriteColor | 自定义覆盖颜色 |
| rangeValue | 范围值。 |
| rangeColors | 范围颜色。 |
| void NXOpen::CAE::Post::PostviewSetColorbarStyle | ( | int | postviewId, |
| NXOpen::CAE::Post::ColorbarStyle | colorbarStyle ) |
设置输入 postview id 中的云图颜色条样式。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview、CreatePostviewForResult 或 CreateCrossSectionViewForResult 返回的 id。 可以设置颜色条样式为平滑或带状,默认样式为平滑。
Created in NX1847.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| colorbarStyle | colorbar style |
| void NXOpen::CAE::Post::PostviewSetColorDisplayDeformationSynchronization | ( | int | postviewId, |
| bool | synchronization ) |
在输入的后期查看ID中设置颜色和变形显示的同步。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| synchronization | 同步 |
| void NXOpen::CAE::Post::PostViewSetColorScheme | ( | int | postviewId, |
| NXOpen::CAE::Post::DisplayColorSchemeType | colorScheme ) |
设置输入 postview id 中的颜色方案。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview 或 CreatePostviewForResult 返回的 id。
Created in NX12.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| colorScheme | color scheme |
| void NXOpen::CAE::Post::PostviewSetCompression | ( | int | postviewId, |
| bool | compress, | ||
| double | featureangle, | ||
| double | banddifference ) |
在输入的后处理视图ID中设置压缩选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX8.0.1.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| compress | true - 此选项将压缩显示模型所需的内存。选项将模型绘制为一个连接的集合。 false - 此选项将每个单元单独绘制以提高显示质量 |
| featureangle | 用于确定单元边是否为特征边的角度。如果所考虑单元之间的角度大于给定角度, 则使用单独的法线绘制面 |
| banddifference | 在单元节点和单元显示中,用于检查边顶点结果值比较的值。 如果顶点的值在同一波段内,则这些值之间的差值应小于指定的波段差值。 如果差值大于此值,则这些顶点将被视为不同的顶点 |
| void NXOpen::CAE::Post::PostviewSetCriticalLayerIdDisplay | ( | int | postviewId, |
| bool | displayCriticalLayers ) |
为给定的后处理视图激活或停用层压板临界层ID标签显示。临界层ID显示仅支持特定数据集的 NXOpen::CAE::LaminateGraphicalReport 结果。
创建于NX9.0.2。
许可要求:nx_lam_composites("层压复合材料")
| postviewId | 要(取消)激活显示的后处理视图ID |
| displayCriticalLayers | 如果为true,将在单元上显示临界层ID |
| void NXOpen::CAE::Post::PostviewSetCriticalLoadIdDisplay | ( | int | postviewId, |
| bool | displayCriticalLoads ) |
为指定后处理视图激活或停用层合板临界工况ID标签显示。临界工况ID显示仅支持特定数据集的 NXOpen::CAE::LaminateGraphicalReport 结果。
创建于 NX9.0.0。
许可要求:nx_lam_composites("层合板复合材料")
| postviewId | 要(停用)激活显示的后处理视图ID |
| displayCriticalLoads | 若为true,将在单元上显示临界工况ID |
| void NXOpen::CAE::Post::PostviewSetCriticalPlyIdDisplay | ( | int | postviewId, |
| bool | displayCriticalPlies ) |
为给定的后处理视图激活或停用层压板临界铺层ID标签显示。临界铺层ID显示仅支持特定数据集的 NXOpen::CAE::LaminateGraphicalReport 结果。
创建于NX8.5.0。
许可要求:nx_lam_composites("层压复合材料")
| postviewId | 要(取消)激活显示的后处理视图ID |
| displayCriticalPlies | 如果为true,将在单元上显示临界铺层ID |
| void NXOpen::CAE::Post::PostviewSetCurrentInOverlay | ( | int | postviewId | ) |
如果输入的后处理视图ID是多个叠加视图之一,则将其设为当前后处理视图。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| void NXOpen::CAE::Post::PostviewSetDeformation | ( | int | postviewId, |
| NXOpen::CAE::DeformationParameters * | deformation ) |
为输入的后处理视图ID设置变形形状结果。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| deformation | 变形参数 |
| void NXOpen::CAE::Post::PostviewSetDeformed | ( | int | postviewId, |
| bool | deformed ) |
在输入的后期查看ID中设置主显示为变形/未变形。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| deformed | 变形 |
| void NXOpen::CAE::Post::PostviewSetDeformedUndeformedSynchronization | ( | int | postviewId, |
| bool | showDeformedPrimaryDisplay, | ||
| bool | showUndeformedModel, | ||
| bool | synchronizeLoadCaseAndIteration ) |
在输入的后期查看ID中设置主显示为变形/未变形。指定任何额外的 未变形显示以及是否将载荷工况和迭代与 颜色显示和变形形状同步。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| showDeformedPrimaryDisplay | 显示变形主显示 |
| showUndeformedModel | 显示未变形模型 |
| synchronizeLoadCaseAndIteration | 同步载荷工况和迭代 |
| void NXOpen::CAE::Post::PostviewSetDrawForLegendBox | ( | int | postviewId, |
| bool | draw ) |
在输入的后处理视图id中设置图例框的绘制选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图id |
| draw | 绘制 |
| void NXOpen::CAE::Post::PostviewSetEdgeFace | ( | int | postviewId, |
| const NXOpen::CAE::Post::PrimaryEdgeFace & | primaryEdgeface ) |
为输入的后处理视图 ID 设置主显示的边和面样式及颜色。 需要调用 PostviewUpdate 才能生效。 输入的后处理视图 ID 是 CreateCrossSectionViewForResult 返回的 ID。
创建于 NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| primaryEdgeface | 主边面 |
| void NXOpen::CAE::Post::PostviewSetEdgeFace | ( | int | postviewId, |
| const NXOpen::CAE::Post::PrimaryEdgeFace & | primaryEdgeface, | ||
| const NXOpen::CAE::Post::EdgeFace & | undeformedEdgeface ) |
为输入的后处理视图 ID 设置主显示和未变形显示的边和面样式及颜色。 需要调用 PostviewUpdate 才能生效。 输入的后处理视图 ID 是 CreatePostview 或 CreatePostviewForResult 返回的 ID。
创建于 NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| primaryEdgeface | 主边面 |
| undeformedEdgeface | 未变形边面 |
| void NXOpen::CAE::Post::PostviewSetFillColorForLegendBox | ( | int | postviewId, |
| int | fillColor ) |
在输入的后处理视图id中设置图例框的填充颜色选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图id |
| fillColor | 填充颜色 |
| void NXOpen::CAE::Post::PostviewSetFillForLegendBox | ( | int | postviewId, |
| bool | fill ) |
在输入的后处理视图id中设置图例框的填充选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图id |
| fill | 填充 |
| void NXOpen::CAE::Post::PostviewSetFillTranslucentForLegendBox | ( | int | postviewId, |
| bool | translucent ) |
设置输入后处理视图ID中图例框的透明选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值
创建于NX1926.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| translucent | 透明 |
| void NXOpen::CAE::Post::PostviewSetFontSize | ( | int | postviewId, |
| bool | autoFontSize, | ||
| double | fontScale ) |
设置输入的后处理视图ID中的字体大小选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
创建于NX8.0.0版本。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| autoFontSize | 自动字体大小 |
| fontScale | 字体缩放比例 |
| void NXOpen::CAE::Post::PostviewSetFormat | ( | int | postviewId, |
| NXOpen::CAE::Post::Format | format, | ||
| int | numdecimal ) |
为输入的后处理视图ID设置图例和标识使用的文本格式。其他选项暂不支持。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX7.5.0版本。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| format | 格式 |
| numdecimal | 小数位数 |
| void NXOpen::CAE::Post::PostviewSetGlobalTranslucency | ( | int | pvid, |
| bool | isTranslucent ) |
使后处理视图中的所有实体透明
创建于 NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| pvid | pvid |
| isTranslucent | istranslucent |
| void NXOpen::CAE::Post::PostviewSetGroupContainerVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result::GroupContainer | container, | ||
| bool | visibility ) |
在输入的后处理视图ID中设置单元组容器的可见性。 需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| container | 容器 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewSetGroupVisibility | ( | int | postviewId, |
| NXOpen::CAE::Result::GroupContainer | container, | ||
| int | group, | ||
| bool | visibility ) |
在输入的后处理视图ID中设置容器(1D、2D、连接器等)内单元组(索引)的可见性。 需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| container | 容器 |
| group | 0 到容器内组数减1 |
| visibility | 可见性 |
| void NXOpen::CAE::Post::PostviewSetHeaderlines | ( | int | postviewId, |
| const std::vector< NXOpen::CAE::Post::Headerlines > & | headerlines ) |
在输入的后期视图ID中设置标题行。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期视图ID |
| headerlines | 标题行 |
| void NXOpen::CAE::Post::PostviewSetLegend | ( | int | postviewId, |
| NXOpen::CAE::PostLegend * | legend ) |
将图例对象设置到输入的后处理视图 ID。
创建于 NX1847.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| legend | 图例 |
| void NXOpen::CAE::Post::PostviewSetLighting | ( | int | postviewId, |
| bool | lighted ) |
在输入的后处理视图ID中设置光照选项。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值。
Created in NX8.0.1.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| lighted | 如果为true,云图显示将使用视图设置中提供的光照设置; 如果为false,云图显示将使用颜色集颜色,不考虑曲面法向和视角 |
| void NXOpen::CAE::Post::PostviewSetMark | ( | int | postviewId, |
| const NXOpen::CAE::Post::Mark & | mark ) |
在输入的后期查看ID中设置标记显示选项。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| mark | 标记 |
| void NXOpen::CAE::Post::PostviewSetMass | ( | int | postviewId, |
| const NXOpen::CAE::Post::Mass & | mass ) |
为输入的后处理视图 ID 设置质量显示选项。需要调用 PostviewUpdate 才能生效。 输入的后处理视图 ID 是 CreatePostview 或 CreatePostviewForResult 返回的 ID。
创建于 NX1872.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| mass | 质量 |
| void NXOpen::CAE::Post::PostviewSetMeshTransparency | ( | int | pvid, |
| const std::vector< NXOpen::CAE::PostMesh * > & | meshes, | ||
| bool | isTransparent ) |
使网格透明
创建于 NX12.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")或 sc_results_viewer("Simcenter 结果查看器")
| pvid | pvid |
| meshes | meshes |
| isTransparent | istransparent |
| void NXOpen::CAE::Post::PostviewSetResult | ( | int | postviewId, |
| NXOpen::CAE::ResultParameters * | resultParamter ) |
为输入的后处理视图ID设置颜色显示结果。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| resultParamter | 结果参数 |
| void NXOpen::CAE::Post::PostviewSetResultWithNodalForceReport | ( | int | postviewId, |
| NXOpen::CAE::ResultParametersWithNodalForceReport * | nodalforcereportparams ) |
为使用自由体创建的后处理视图设置颜色显示的结果 NXOpen::CAE::Post::CreatePostview。 需要调用 PostviewUpdate 才能生效。输入的后处理视图 ID 是 CreatePostview 或 CreatePostviewForResult 返回的 ID。
创建于 NX11.0.2。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX 设计仿真")
| postviewId | 后处理视图 ID |
| nodalforcereportparams | nodalforcereportparams |
| void NXOpen::CAE::Post::PostviewSetResultWithProbe | ( | int | postviewId, |
| NXOpen::CAE::ResultParametersWithProbe * | probeparams ) |
为使用探针创建的后处理视图设置颜色显示的结果 NXOpen::CAE::Post::CreatePostview 。 需要调用 PostviewUpdate 才能生效。输入的后处理视图 ID 是 CreatePostview 或 CreatePostviewForResult 的返回值。
创建于 NX10.0.0。
许可要求: nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| postviewId | 后处理视图 ID |
| probeparams | 探针参数 |
| void NXOpen::CAE::Post::PostviewSetShowHeader | ( | int | postviewId, |
| NXOpen::CAE::Post::ShowHeader | showHeader ) |
在输入的后期视图ID中设置显示标题选项。需要调用PostviewUpdate才能生效。 输入的后期视图ID是CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期视图ID |
| showHeader | 显示标题 |
| void NXOpen::CAE::Post::PostviewSetSpring | ( | int | postviewId, |
| const NXOpen::CAE::Post::Spring & | spring ) |
在输入的后处理视图id中设置弹簧显示选项。需要调用PostviewUpdate才能生效。 输入的后处理视图id是CreatePostview或CreatePostviewForResult返回的id。
创建于NX1872.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图id |
| spring | 弹簧 |
| void NXOpen::CAE::Post::PostviewSetStreamline | ( | int | postviewId, |
| const NXOpen::CAE::Post::Streamline & | streamline ) |
在输入的后期查看ID中设置流线显示选项。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| postviewId | 后期查看ID |
| streamline | 流线 |
| void NXOpen::CAE::Post::PostviewSetStreamlineSeedSet | ( | int | postviewId, |
| int | seedsetId ) |
在输入的后期查看ID中设置用于流线提取的种子集。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| postviewId | 后期查看ID |
| seedsetId | 种子集ID |
| void NXOpen::CAE::Post::PostviewSetStreamlineVelocity | ( | int | postviewId, |
| NXOpen::CAE::BaseResultType * | velocity ) |
为输入的后处理视图ID设置流线提取的速度场。需要调用PostviewUpdate才能生效。 输入的后处理视图ID来自CreatePostview或CreatePostviewForResult的返回值
创建于NX6.0.0。
许可要求:nx_masterfem("有限元建模")
| postviewId | 后处理视图ID |
| velocity | 速度 |
| void NXOpen::CAE::Post::PostviewSetStyle | ( | int | postviewId, |
| int | showStyle, | ||
| NXOpen::CAE::Post::PlotStyle | style ) |
设置输入 postview id 中的云图样式。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview、CreatePostviewForResult 或 CreateCrossSectionViewForResult 返回的 id。
Created in NX1847.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| showStyle | show style |
| style | style |
| void NXOpen::CAE::Post::PostviewSetTarget | ( | int | postviewId, |
| NXOpen::CAE::Post::Target | target ) |
设置输入 postview id 中的目标运算符。需要调用 PostviewUpdate 才能生效。 输入的 postview id 是 CreatePostview 或 CreatePostviewForResult 返回的 id。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | postview id |
| target | target |
| void NXOpen::CAE::Post::PostviewSetText | ( | int | postviewId, |
| const NXOpen::CAE::Post::Text & | text ) |
为输入的后处理视图ID设置图例和标识使用的文本颜色。其他选项暂不支持。需要调用PostviewUpdate才能生效。 输入的后处理视图ID是CreatePostview或CreatePostviewForResult的返回值。
创建于NX5.0.0版本。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| text | 文本设置 |
| void NXOpen::CAE::Post::PostviewSetUndeformed | ( | int | postviewId, |
| bool | undeformed ) |
在输入的后期查看ID中设置未变形显示。需要调用PostviewUpdate才能生效。 输入的后期查看ID是CreatePostview或CreatePostviewForResult的返回值。
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后期查看ID |
| undeformed | 未变形 |
| void NXOpen::CAE::Post::PostviewUpdate | ( | int | postviewId | ) |
使输入的后处理视图ID与迄今为止通过PostviewSet*方法进行的所有设置保持同步。 输入的后处理视图ID来自CreatePostview、CreatePostviewForResult或CreateCrossSectionViewForResult的返回值。
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| postviewId | 后处理视图ID |
| NXOpen::CAE::PostPreference * NXOpen::CAE::Post::Preference | ( | ) |
返回属于此会话的 NXOpen::CAE::PostPreference
创建于NX10.0.0。
| void NXOpen::CAE::Post::ReloadTemplates | ( | ) |
搜索并加载模板XML文件
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| void NXOpen::CAE::Post::SetFactoryDefaultTemplate | ( | ) |
在所有后续PostviewCreate调用中,使用工厂默认设置而非模板作为默认后处理视图设置
创建于NX5.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| void NXOpen::CAE::Post::SetMainPostviewIdInActivePart | ( | int | postviewId | ) |
在交互模式下设置活动部件的主后处理视图ID。 如果后处理视图ID不存在或后处理视图未显示,则会引发错误。
创建于NX2306.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX设计仿真") 或 sc_results_viewer ("Simcenter结果查看器")
| postviewId | 后处理视图ID |
| void NXOpen::CAE::Post::SetResultParametersWithNodalForceReport | ( | int | pvid, |
| NXOpen::CAE::ResultParametersWithNodalForceReport * | resultParameter ) |
设置与从节点力报告创建的后处理视图关联的 NXOpen::CAE::ResultParametersWithNodalForceReport 对象。 需要调用PostviewUpdate才能生效。
创建于NX1953.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")
| pvid | 后处理视图ID |
| resultParameter | 结果参数 |
| NXOpen::CAE::PostSmartSelectionManager * NXOpen::CAE::Post::SmartSelectionManager | ( | ) |
返回属于此会话的 NXOpen::CAE::PostSmartSelectionManager
创建于NX2007.0.0。
| void NXOpen::CAE::Post::StreamlineSeedSetDelete | ( | int | seedsetId | ) |
删除一个种子集。 输入的种子集ID是 NXOpen::CAE::Post::CreateStreamlineSeedSet 返回的。
创建于 NX6.0.0。
许可要求:nx_masterfem("有限元建模")
| seedsetId | 种子集ID |
| tag_t NXOpen::CAE::Post::Tag | ( | ) | const |
返回此对象的标签。
| void NXOpen::CAE::Post::TemplateDelete | ( | int | templateId | ) |
删除由template_id指定的已加载模板XML文件。 输入的template_id是PostviewSaveTemplate或TemplateSearch返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| templateId | 模板ID |
| void NXOpen::CAE::Post::TemplateRename | ( | int | templateId, |
| const char * | newName ) |
重命名由template_id指定的已加载模板XML文件。 输入的template_id是PostviewSaveTemplate或TemplateSearch返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| templateId | 模板ID |
| newName | 新名称 |
| void NXOpen::CAE::Post::TemplateRename | ( | int | templateId, |
| const NXString & | newName ) |
重命名由template_id指定的已加载模板XML文件。 输入的template_id是PostviewSaveTemplate或TemplateSearch返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| templateId | 模板ID |
| newName | 新名称 |
| int NXOpen::CAE::Post::TemplateSearch | ( | const char * | name | ) |
根据名称搜索已加载的模板XML文件的模板句柄。 返回一个模板句柄,可用于PostviewApplyTemplate和Template*调用
| name | 名称 |
| int NXOpen::CAE::Post::TemplateSearch | ( | const NXString & | name | ) |
根据名称搜索已加载的模板XML文件的模板句柄。 返回一个模板句柄,可用于PostviewApplyTemplate和Template*调用
| name | 名称 |
| void NXOpen::CAE::Post::TemplateSetAsDefault | ( | int | templateId | ) |
将已加载的模板设置为默认的后处理视图设置,用于所有后续的PostviewCreate调用。 输入的template_id是PostviewSaveTemplate或TemplateSearch返回的
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
| templateId | 模板ID |
| void NXOpen::CAE::Post::UnloadResult | ( | int | resultId | ) |
卸载输入的结果 ID。该结果 ID 是从 LoadImportedResult 或 LoadSolutionResult 获取的
创建于 NX5.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| resultId | 结果 ID |
| void NXOpen::CAE::Post::UnloadResultFile | ( | const char * | fileName | ) |
卸载使用输入文件名的结果
创建于 NX5.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| fileName | 文件名 |
| void NXOpen::CAE::Post::UnloadResultFile | ( | const NXString & | fileName | ) |
卸载使用输入文件名的结果
创建于 NX5.0.0。
许可要求:nx_masterfem ("有限元建模") 或 nx_design_sim ("NX 设计仿真") 或 sc_results_viewer ("Simcenter 结果查看器")
| fileName | 文件名 |
| void NXOpen::CAE::Post::UpdateAllAnnotations | ( | int | pvid | ) |
更新所有注释
创建于NX2007.0.0。
许可要求:nx_masterfem("有限元建模")或 nx_design_sim("NX设计仿真")或 sc_results_viewer("Simcenter结果查看器")
| pvid | 后处理视图ID |
| void NXOpen::CAE::Post::UpdateUserGroupsFromSimPart | ( | NXOpen::CAE::SimPart * | simpart | ) |
将后处理中的组与仿真部件中的组同步
创建于 NX6.0.0。
许可要求:nx_masterfem ("有限元建模")
| simpart | 仿真部件 |
| void NXOpen::CAE::Post::UserGroupDelete | ( | NXOpen::CAE::Result * | result, |
| int | usergroupId ) |
重命名用户组。 输入的用户组 ID 是 CreateUserGroupFromEntityLabels 的返回值。
创建于 NX11.0.0。
许可要求: nx_masterfem ("有限元建模")
| result | 结果 |
| usergroupId | 用户组 ID |
| void NXOpen::CAE::Post::UserGroupRename | ( | int | usergroupId, |
| const char * | newName ) |
删除一个用户组。 输入的用户组ID是CreateUserGroupFromEntityLabels返回的。
| usergroupId | 用户组ID |
| newName | 新名称 |
| void NXOpen::CAE::Post::UserGroupRename | ( | NXOpen::CAE::Result * | result, |
| int | usergroupId, | ||
| const char * | newName ) |
删除用户组。 输入的用户组 ID 是 CreateUserGroupFromEntityLabels 的返回值。
创建于 NX11.0.0。
许可要求: nx_masterfem ("有限元建模")
| result | 结果 |
| usergroupId | 用户组 ID |
| newName | 新名称 |
| void NXOpen::CAE::Post::UserGroupRename | ( | NXOpen::CAE::Result * | result, |
| int | usergroupId, | ||
| const NXString & | newName ) |
删除用户组。 输入的用户组 ID 是 CreateUserGroupFromEntityLabels 的返回值。
创建于 NX11.0.0。
许可要求: nx_masterfem ("有限元建模")
| result | 结果 |
| usergroupId | 用户组 ID |
| newName | 新名称 |
| const NXOpen::CAE::Post::Animation& NXOpen::CAE::Post::animation |
动画
| const NXOpen::CAE::Post::AnnotationBox& NXOpen::CAE::Post::annotationBox |
注释框
| const NXOpen::CAE::Post::Clipping& NXOpen::CAE::Post::clipping |
裁剪设置
| const NXOpen::CAE::Post::Colorbar& NXOpen::CAE::Post::colorbar |
颜色条。
| const NXOpen::CAE::Post::Colorbar bool NXOpen::CAE::Post::customOverwrite |
自定义覆盖
| const NXOpen::CAE::Result::DeformationParameters& NXOpen::CAE::Post::deformation |
变形
| const NXOpen::CAE::Post::EdgeFace& NXOpen::CAE::Post::edgeface |
边面设置
| const NXString const std::vector<int>& NXOpen::CAE::Post::elemIds |
单元ID集
| double NXOpen::CAE::Post::factor |
因子
| const NXString& NXOpen::CAE::Post::fileName |
文件名
| const NXString bool NXOpen::CAE::Post::includeOverlayedPostviews |
包含叠加的后处理视图
| bool NXOpen::CAE::Post::Legend NXOpen::CAE::Post::legend |
图例
| bool NXOpen::CAE::Post::Marker NXOpen::CAE::Post::marker |
标记
| NXOpen::CAE::Post::BeamContourScaleMethod NXOpen::CAE::Post::method |
方法
| const NXString & NXOpen::CAE::Post::name |
名称
| const NXString& NXOpen::CAE::Post::newName |
新名称
| NXOpen::CAE::ResultParametersWithNodalForceReport* NXOpen::CAE::Post::nodalforcereportparams |
nodalforcereportparams
| const NXString const std::vector<int>& NXOpen::CAE::Post::nodeIds |
节点ID
| const NXString const std::vector<double> int NXOpen::CAE::Post::numberOfInsertPointsPerSegment |
大于或等于0
| int bool NXOpen::CAE::Post::overlay |
叠加
| const NXString const std::vector<double>& NXOpen::CAE::Post::points |
点集
| NXOpen::CAE::Post::Position NXOpen::CAE::Post::position |
位置
| const NXOpen::CAE::Post::EdgeFace& NXOpen::CAE::Post::primaryEdgeface |
主边面
| const NXOpen::CAE::Post::Colorbar bool const std::vector<double> const std::vector<NXOpen::NXColor::Rgb>& NXOpen::CAE::Post::rangeColors |
范围颜色。
| const NXOpen::CAE::Post::Colorbar bool const std::vector<double>& NXOpen::CAE::Post::rangeValue |
范围值。
| const NXOpen::CAE::Result::ResultParameters& NXOpen::CAE::Post::result |
result
| int bool const NXOpen::CAE::Result::ResultParameters& NXOpen::CAE::Post::result |
结果
| int NXOpen::CAE::Post::resultId |
结果 ID
| bool NXOpen::CAE::Post::showBeamContour |
显示梁轮廓
| bool NXOpen::CAE::Post::showLegend |
显示图例
| bool NXOpen::CAE::Post::showMarker |
显示标记
| int NXOpen::CAE::Post::showStyle |
show style
| int NXOpen::CAE::Post::Style NXOpen::CAE::Post::style |
style
| const NXOpen::CAE::Post::EdgeFace const NXOpen::CAE::Post::EdgeFace& NXOpen::CAE::Post::undeformedEdgeface |
未变形边面
| const NXOpen::CAE::Result::VelocityParameters& NXOpen::CAE::Post::velocity |
速度
| const NXString bool bool NXOpen::CAE::Post::whiteBackground |
白色背景