Search Results for

    Show / Hide Table of Contents

    Class Post

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    Post
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class Post : NXRemotableObject, IMessageSink

    Constructors

    Post(Session)

    Declaration
    protected Post(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    PostProcessingSession

    Declaration
    public PostProcessingSession PostProcessingSession { get; }
    Property Value
    Type Description
    PostProcessingSession

    Preference

    Declaration
    public PostPreference Preference { get; }
    Property Value
    Type Description
    PostPreference

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CompareDisplayFiles(String, String, Post.ASCIIDiffTolerances)

    Declaration
    public string CompareDisplayFiles(string benchmarkFileName, string testFileName, Post.ASCIIDiffTolerances tolerances)
    Parameters
    Type Name Description
    System.String benchmarkFileName
    System.String testFileName
    Post.ASCIIDiffTolerances tolerances
    Returns
    Type Description
    System.String

    CreateAnnotation(Int32, String, Double, Double, String[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.PostAnnotationBuilder instead.")]
    public PostAnnotation CreateAnnotation(int postviewId, string name, double xcoord, double ycoord, string[] usertext)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Double xcoord
    System.Double ycoord
    System.String[] usertext
    Returns
    Type Description
    PostAnnotation

    CreateAnnotation(Int32, String, Int32, Boolean, String[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.PostAnnotationBuilder instead.")]
    public PostAnnotation CreateAnnotation(int postviewId, string name, int num, bool max, string[] usertext)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Int32 num
    System.Boolean max
    System.String[] usertext
    Returns
    Type Description
    PostAnnotation

    CreateAnnotation(Int32, String, Int32[], Int32[], Int32[], String[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.PostAnnotationBuilder instead.")]
    public PostAnnotation CreateAnnotation(int postviewId, string name, int[] elements, int[] nodes, int[] elmedgeface, string[] usertext)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Int32[] elements
    System.Int32[] nodes
    System.Int32[] elmedgeface
    System.String[] usertext
    Returns
    Type Description
    PostAnnotation

    CreateAnnotation(Int32, String, Int32[], Int32[], String[])

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  use NXOpen.CAE.Post.CreateAnnotation with extra face parameter.")]
    public PostAnnotation CreateAnnotation(int postviewId, string name, int[] entities, int[] subEntities, string[] usertext)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Int32[] entities
    System.Int32[] subEntities
    System.String[] usertext
    Returns
    Type Description
    PostAnnotation

    CreateAnnotationBuilder(Int32)

    Declaration
    public PostAnnotationBuilder CreateAnnotationBuilder(int pvid)
    Parameters
    Type Name Description
    System.Int32 pvid
    Returns
    Type Description
    PostAnnotationBuilder

    CreateCrossSectionViewForResult(Int32, Int32, CrossSectionParameters)

    Declaration
    public int CreateCrossSectionViewForResult(int viewIndex, int resultId, CrossSectionParameters result)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    System.Int32 resultId
    CrossSectionParameters result
    Returns
    Type Description
    System.Int32

    CreateHistoryGraph(Int32, String, Post.GraphParameters, Int32, Int32, Int32, Int32, Double[])

    Declaration
    public Post.GraphIds CreateHistoryGraph(int postviewId, string name, Post.GraphParameters graph, int startIteration, int endIteration, int iterationIncrement, int nodeLabel, double[] point)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    Post.GraphParameters graph
    System.Int32 startIteration
    System.Int32 endIteration
    System.Int32 iterationIncrement
    System.Int32 nodeLabel
    System.Double[] point
    Returns
    Type Description
    Post.GraphIds

    CreateNewPostview(Int32, Result, Boolean, Post.DisplayColorSchemeType)

    Declaration
    public int CreateNewPostview(int viewIndex, Result result, bool overlay, Post.DisplayColorSchemeType colorscheme)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Result result
    System.Boolean overlay
    Post.DisplayColorSchemeType colorscheme
    Returns
    Type Description
    System.Int32

    CreateNewPostview(Int32, Int32, Boolean, Post.DisplayColorSchemeType)

    Declaration
    public int CreateNewPostview(int viewIndex, int resultId, bool overlay, Post.DisplayColorSchemeType colorscheme)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    System.Int32 resultId
    System.Boolean overlay
    Post.DisplayColorSchemeType colorscheme
    Returns
    Type Description
    System.Int32

    CreateNewPostviewForResult(Int32, Result, Boolean, ResultParameters, Post.DisplayColorSchemeType)

    Declaration
    public int CreateNewPostviewForResult(int viewIndex, Result result, bool overlay, ResultParameters resultParamter, Post.DisplayColorSchemeType colorscheme)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Result result
    System.Boolean overlay
    ResultParameters resultParamter
    Post.DisplayColorSchemeType colorscheme
    Returns
    Type Description
    System.Int32

    CreateNewPostviewForResult(Int32, Int32, Boolean, Result.ResultParameters, Post.DisplayColorSchemeType)

    Declaration
    public int CreateNewPostviewForResult(int viewIndex, int resultId, bool overlay, Result.ResultParameters result, Post.DisplayColorSchemeType colorscheme)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    System.Int32 resultId
    System.Boolean overlay
    Result.ResultParameters result
    Post.DisplayColorSchemeType colorscheme
    Returns
    Type Description
    System.Int32

    CreatePathFromElemIds(Int32, String, Int32[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.ResultManager.CreateQueryCurvePost with nodes, elements or free points.")]
    public int CreatePathFromElemIds(int postviewId, string name, int[] elemIds)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Int32[] elemIds
    Returns
    Type Description
    System.Int32

    CreatePathFromNodeIds(Int32, String, Int32[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.ResultManager.CreateQueryCurvePost with nodes, elements or free points.")]
    public int CreatePathFromNodeIds(int postviewId, string name, int[] nodeIds)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Int32[] nodeIds
    Returns
    Type Description
    System.Int32

    CreatePathFromPoints(Int32, String, Double[], Int32)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.ResultManager.CreateQueryCurvePost with nodes, elements or free points.")]
    public int CreatePathFromPoints(int postviewId, string name, double[] points, int numberOfInsertPointsPerSegment)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    System.Double[] points
    System.Int32 numberOfInsertPointsPerSegment
    Returns
    Type Description
    System.Int32

    CreatePostShowhideBuilder(Int32)

    Declaration
    public PostShowhideBuilder CreatePostShowhideBuilder(int pvid)
    Parameters
    Type Name Description
    System.Int32 pvid
    Returns
    Type Description
    PostShowhideBuilder

    CreatePostview(Int32, Result, Boolean)

    Declaration
    public int CreatePostview(int viewIndex, Result result, bool overlay)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Result result
    System.Boolean overlay
    Returns
    Type Description
    System.Int32

    CreatePostview(Int32, ResultParametersWithNodalForceReport)

    Declaration
    public int CreatePostview(int viewIndex, ResultParametersWithNodalForceReport nodalforcereportparams)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    ResultParametersWithNodalForceReport nodalforcereportparams
    Returns
    Type Description
    System.Int32

    CreatePostview(Int32, ResultParametersWithProbe, Boolean)

    Declaration
    public int CreatePostview(int viewIndex, ResultParametersWithProbe probeparams, bool overlay)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    ResultParametersWithProbe probeparams
    System.Boolean overlay
    Returns
    Type Description
    System.Int32

    CreatePostview(Int32, Int32, Boolean)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.Post.CreatePostview instead.")]
    public int CreatePostview(int viewIndex, int resultId, bool overlay)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    System.Int32 resultId
    System.Boolean overlay
    Returns
    Type Description
    System.Int32

    CreatePostviewForResult(Int32, Result, Boolean, ResultParameters)

    Declaration
    public int CreatePostviewForResult(int viewIndex, Result result, bool overlay, ResultParameters resultParamter)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Result result
    System.Boolean overlay
    ResultParameters resultParamter
    Returns
    Type Description
    System.Int32

    CreatePostviewForResult(Int32, Int32, Boolean, Result.ResultParameters)

    Declaration
    [Obsolete("Deprecated in NX7.5.1.  Use NXOpen.CAE.Post.CreatePostviewForResult instead.")]
    public int CreatePostviewForResult(int viewIndex, int resultId, bool overlay, Result.ResultParameters result)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    System.Int32 resultId
    System.Boolean overlay
    Result.ResultParameters result
    Returns
    Type Description
    System.Int32

    CreatePostviewsForResultAndSE(Int32, Result, ResultParameters, out Int32[])

    Declaration
    public void CreatePostviewsForResultAndSE(int viewIndex, Result result, ResultParameters resultParamter, out int[] postviewIds)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Result result
    ResultParameters resultParamter
    System.Int32[] postviewIds

    CreateSpatialGraph(Int32, String, Post.GraphParameters, Int32)

    Declaration
    public Post.GraphIds CreateSpatialGraph(int postviewId, string name, Post.GraphParameters graph, int pathId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    Post.GraphParameters graph
    System.Int32 pathId
    Returns
    Type Description
    Post.GraphIds

    CreateStreamlineSeedSet(Int32, String, Post.StreamlineSeed[])

    Declaration
    public int CreateStreamlineSeedSet(int postviewId, string name, Post.StreamlineSeed[] seeds)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String name
    Post.StreamlineSeed[] seeds
    Returns
    Type Description
    System.Int32

    CreateUserGroupFromEntityLabels(Int32, CaeGroupCollection.EntityType, Int32[])

    Declaration
    public int CreateUserGroupFromEntityLabels(int postviewId, CaeGroupCollection.EntityType entityType, int[] labels)
    Parameters
    Type Name Description
    System.Int32 postviewId
    CaeGroupCollection.EntityType entityType
    System.Int32[] labels
    Returns
    Type Description
    System.Int32

    CreateUserGroupFromEntityLabels(Int32, Result, CaeGroupCollection.EntityType, Int32[])

    Declaration
    public int CreateUserGroupFromEntityLabels(int postviewId, Result result, CaeGroupCollection.EntityType entityType, int[] labels)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result result
    CaeGroupCollection.EntityType entityType
    System.Int32[] labels
    Returns
    Type Description
    System.Int32

    CrossSectionViewSetLockRotation(Int32, Boolean)

    Declaration
    public void CrossSectionViewSetLockRotation(int postviewId, bool lockRotation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean lockRotation

    CrossSectionViewSetResult(Int32, CrossSectionParameters)

    Declaration
    public void CrossSectionViewSetResult(int postviewId, CrossSectionParameters result)
    Parameters
    Type Name Description
    System.Int32 postviewId
    CrossSectionParameters result

    DeleteAllTemplates()

    Declaration
    public void DeleteAllTemplates()

    Deletegraphs(PostGraph[])

    Declaration
    public void Deletegraphs(PostGraph[] graphs)
    Parameters
    Type Name Description
    PostGraph[] graphs

    DeleteViewport(Int32)

    Declaration
    public void DeleteViewport(int viewIndex)
    Parameters
    Type Name Description
    System.Int32 viewIndex

    GetAnnotations(Int32, out PostAnnotation[])

    Declaration
    public void GetAnnotations(int postviewId, out PostAnnotation[] annotation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    PostAnnotation[] annotation

    GetClipLocations(Int32, out PostSelectionEntity[])

    Declaration
    public void GetClipLocations(int pvid, out PostSelectionEntity[] cutinfos)
    Parameters
    Type Name Description
    System.Int32 pvid
    PostSelectionEntity[] cutinfos

    GetElemsVisibility(Int32, out Boolean)

    Declaration
    public int[] GetElemsVisibility(int pvid, out bool includeOrExculdes)
    Parameters
    Type Name Description
    System.Int32 pvid
    System.Boolean includeOrExculdes
    Returns
    Type Description
    System.Int32[]

    GetPostviewIds()

    Declaration
    public int[] GetPostviewIds()
    Returns
    Type Description
    System.Int32[]

    GetResultForPostview(Int32, out Result, out ResultParameters)

    Declaration
    public void GetResultForPostview(int postviewId, out Result result, out ResultParameters resultParamter)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result result
    ResultParameters resultParamter

    GraphDelete(Post.GraphIds)

    Declaration
    public void GraphDelete(Post.GraphIds graphIds)
    Parameters
    Type Name Description
    Post.GraphIds graphIds

    LoadImportedResult(String, String, Unit[])

    Declaration
    public int LoadImportedResult(string resultName, string fileName, Unit[] units)
    Parameters
    Type Name Description
    System.String resultName
    System.String fileName
    Unit[] units
    Returns
    Type Description
    System.Int32

    LoadRaEventResult(RSEvent)

    Declaration
    public int LoadRaEventResult(RSEvent raEvent)
    Parameters
    Type Name Description
    RSEvent raEvent
    Returns
    Type Description
    System.Int32

    LoadSolutionResult(SimSolution)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.ResultManager.CreateSolutionResult instead.")]
    public int LoadSolutionResult(SimSolution solution)
    Parameters
    Type Name Description
    SimSolution solution
    Returns
    Type Description
    System.Int32

    LoadTemplate(String, String, out Int32)

    Declaration
    public string LoadTemplate(string filename, string name, out int templateId)
    Parameters
    Type Name Description
    System.String filename
    System.String name
    System.Int32 templateId
    Returns
    Type Description
    System.String

    PathDelete(Int32)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.ResultManager.DeleteQueryCurve to delete the query curves")]
    public void PathDelete(int pathId)
    Parameters
    Type Name Description
    System.Int32 pathId

    PlotGraph(Int32, Post.GraphIds, Boolean)

    Declaration
    public void PlotGraph(int viewIndex, Post.GraphIds graphIds, bool overlay)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    Post.GraphIds graphIds
    System.Boolean overlay

    Plotgraphs(Int32, Int32, PostGraph[], Boolean)

    Declaration
    public Plot Plotgraphs(int windowIndex, int viewIndex, PostGraph[] graphs, bool overlay)
    Parameters
    Type Name Description
    System.Int32 windowIndex
    System.Int32 viewIndex
    PostGraph[] graphs
    System.Boolean overlay
    Returns
    Type Description
    Plot

    PostviewAnimationControl(Int32, Post.AnimationControl, Int32, Boolean, Int32)

    Declaration
    public void PostviewAnimationControl(int postviewId, Post.AnimationControl control, int frame, bool fullCycle, int delay)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.AnimationControl control
    System.Int32 frame
    System.Boolean fullCycle
    System.Int32 delay

    PostviewAnimationControlStreamline(Int32, Post.AnimationStreamline)

    Declaration
    public void PostviewAnimationControlStreamline(int postviewId, Post.AnimationStreamline control)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.AnimationStreamline control

    PostviewAnimationPlay(Int32, Post.Animation)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.CAE.Post.PostviewAnimationPlay instead.")]
    public void PostviewAnimationPlay(int postviewId, Post.Animation animation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Animation animation

    PostviewAnimationPlay(Int32, Post.AnimationParameters)

    Declaration
    public void PostviewAnimationPlay(int postviewId, Post.AnimationParameters animation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.AnimationParameters animation

    PostviewAnimationVectorDisplaySizeControl(Int32, Boolean)

    Declaration
    public void PostviewAnimationVectorDisplaySizeControl(int postviewId, bool vectorDisplaySizeControl)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean vectorDisplaySizeControl

    PostviewApplyAllSEVis(Int32, Boolean)

    Declaration
    public void PostviewApplyAllSEVis(int pvid, bool visibility)
    Parameters
    Type Name Description
    System.Int32 pvid
    System.Boolean visibility

    PostviewApplyCsysContainerVisibility(Int32, Boolean)

    Declaration
    public void PostviewApplyCsysContainerVisibility(int postviewId, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean visibility

    PostviewApplyCsysVisibility(Int32, Int32, Boolean)

    Declaration
    public void PostviewApplyCsysVisibility(int postviewId, int id, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 id
    System.Boolean visibility

    PostviewApplyGroupContainerVisibility(Int32, Result, Result.GroupContainer, Boolean)

    Declaration
    public void PostviewApplyGroupContainerVisibility(int postviewId, Result result, Result.GroupContainer container, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result result
    Result.GroupContainer container
    System.Boolean visibility

    PostviewApplyGroupContainerVisibility(Int32, Result, Result.GroupContainer[], Boolean)

    Declaration
    public void PostviewApplyGroupContainerVisibility(int postviewId, Result result, Result.GroupContainer[] container, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result result
    Result.GroupContainer[] container
    System.Boolean visibility

    PostviewApplyGroupContainerVisibility(Int32, Result.GroupContainer, Boolean)

    Declaration
    public void PostviewApplyGroupContainerVisibility(int postviewId, Result.GroupContainer container, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer container
    System.Boolean visibility

    PostviewApplyGroupContainerVisibility(Int32, Result.GroupContainer[], Boolean)

    Declaration
    public void PostviewApplyGroupContainerVisibility(int postviewId, Result.GroupContainer[] container, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer[] container
    System.Boolean visibility

    PostviewApplyGroupVisibility(Int32, Result.GroupContainer, Int32, Boolean)

    Declaration
    public void PostviewApplyGroupVisibility(int postviewId, Result.GroupContainer container, int group, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer container
    System.Int32 group
    System.Boolean visibility

    PostviewApplyGroupVisibility(Int32, Result.GroupContainer[], Int32[], Boolean)

    Declaration
    public void PostviewApplyGroupVisibility(int postviewId, Result.GroupContainer[] container, int[] group, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer[] container
    System.Int32[] group
    System.Boolean visibility

    PostviewApplyGroupVisibility(Int32, Int32, Result.GroupContainer, Int32, Boolean)

    Declaration
    public void PostviewApplyGroupVisibility(int postviewId, int resultId, Result.GroupContainer container, int group, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 resultId
    Result.GroupContainer container
    System.Int32 group
    System.Boolean visibility

    PostviewApplyGroupVisibility(Int32, Int32, Result.GroupContainer[], Int32[], Boolean)

    Declaration
    public void PostviewApplyGroupVisibility(int postviewId, int resultId, Result.GroupContainer[] container, int[] group, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 resultId
    Result.GroupContainer[] container
    System.Int32[] group
    System.Boolean visibility

    PostviewApplySERepresentation(Int32, Int32, Result.SuperElementRep)

    Declaration
    public void PostviewApplySERepresentation(int postviewId, int superelementId, Result.SuperElementRep representation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 superelementId
    Result.SuperElementRep representation

    PostviewApplySERepresentation(Int32, Int32[], Result.SuperElementRep)

    Declaration
    public void PostviewApplySERepresentation(int postviewId, int[] superelementIds, Result.SuperElementRep representation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32[] superelementIds
    Result.SuperElementRep representation

    PostviewApplySEVisibility(Int32, Int32, Boolean)

    Declaration
    public void PostviewApplySEVisibility(int postviewId, int superelementId, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 superelementId
    System.Boolean visibility

    PostviewApplyShowAll(Int32)

    Declaration
    public void PostviewApplyShowAll(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId

    PostviewApplyTemplate(Int32, Int32)

    Declaration
    public void PostviewApplyTemplate(int postviewId, int templateId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 templateId

    PostviewApplyTemplateFile(Int32, String)

    Declaration
    public void PostviewApplyTemplateFile(int postviewId, string xmlFileName)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String xmlFileName

    PostviewApplyUserGroupVisibility(Int32, Result, Int32[], Post.GroupVisibility)

    Declaration
    public void PostviewApplyUserGroupVisibility(int postviewId, Result result, int[] usergroupIds, Post.GroupVisibility visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result result
    System.Int32[] usergroupIds
    Post.GroupVisibility visibility

    PostviewApplyUserGroupVisibility(Int32, Result[], Int32[], Post.GroupVisibility)

    Declaration
    public void PostviewApplyUserGroupVisibility(int postviewId, Result[] results, int[] usergroupIds, Post.GroupVisibility visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result[] results
    System.Int32[] usergroupIds
    Post.GroupVisibility visibility

    PostviewApplyUserGroupVisibility(Int32, Int32[], Post.GroupVisibility)

    Declaration
    public void PostviewApplyUserGroupVisibility(int postviewId, int[] usergroupIds, Post.GroupVisibility visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32[] usergroupIds
    Post.GroupVisibility visibility

    PostviewAskSERepresentations(Int32, Int32, out Result.SuperElementRep[])

    Declaration
    public void PostviewAskSERepresentations(int postviewId, int superelementId, out Result.SuperElementRep[] representation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 superelementId
    Result.SuperElementRep[] representation

    PostviewCaptureAnimatedGif(Int32, String, Boolean, Boolean)

    Declaration
    public void PostviewCaptureAnimatedGif(int postviewId, string fileName, bool includeOverlayedPostviews, bool whiteBackground)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String fileName
    System.Boolean includeOverlayedPostviews
    System.Boolean whiteBackground

    PostviewCreateClone(Int32, Int32)

    Declaration
    public int PostviewCreateClone(int postviewId, int viewIndex)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 viewIndex
    Returns
    Type Description
    System.Int32

    PostviewDelete(Int32)

    Declaration
    public void PostviewDelete(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId

    PostviewExportDisplay(Int32, String, Post.Export, Boolean, Boolean)

    Declaration
    public void PostviewExportDisplay(int postviewId, string fileName, Post.Export format, bool ignoreClipping, bool ignoreVisibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String fileName
    Post.Export format
    System.Boolean ignoreClipping
    System.Boolean ignoreVisibility

    PostviewExportTemplate(Int32, String)

    Declaration
    public void PostviewExportTemplate(int postviewId, string xmlFileName)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String xmlFileName

    PostviewGetColorbar(Int32, out Int32)

    Declaration
    public Post.Colorbar PostviewGetColorbar(int postviewId, out int customOverwrite)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 customOverwrite
    Returns
    Type Description
    Post.Colorbar

    PostviewGetFontSize(Int32, out Int32, out Double)

    Declaration
    public void PostviewGetFontSize(int postviewId, out int autoFontSize, out double fontScale)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 autoFontSize
    System.Double fontScale

    PostviewGetFormat(Int32, out Post.Format, out Int32)

    Declaration
    public void PostviewGetFormat(int postviewId, out Post.Format format, out int numdecimal)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Format format
    System.Int32 numdecimal

    PostviewGetShowHeader(Int32)

    Declaration
    public Post.ShowHeader PostviewGetShowHeader(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Returns
    Type Description
    Post.ShowHeader

    PostviewGetText(Int32)

    Declaration
    public Post.Text PostviewGetText(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Returns
    Type Description
    Post.Text

    PostviewGetUserGroupGids(Int32, String[], out Int32[])

    Declaration
    public void PostviewGetUserGroupGids(int postviewId, string[] usergroupNames, out int[] usergroupsGids)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String[] usergroupNames
    System.Int32[] usergroupsGids

    PostviewMarkerOnOff(Int32, Boolean)

    Declaration
    public void PostviewMarkerOnOff(int postviewId, bool showMarker)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean showMarker

    PostviewRename(Int32, String)

    Declaration
    public void PostviewRename(int postviewId, string newName)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.String newName

    PostviewSaveTemplate(Int32)

    Declaration
    public int PostviewSaveTemplate(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Returns
    Type Description
    System.Int32

    PostviewSetAnnotationBox(Int32, Post.AnnotationBox)

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Set NXOpen.CAE.PostAnnotation Display Attribute directly instead.")]
    public void PostviewSetAnnotationBox(int postviewId, Post.AnnotationBox annotationBox)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.AnnotationBox annotationBox

    PostviewSetAxisymmetric(Int32, Post.Axisymmetric)

    Declaration
    public void PostviewSetAxisymmetric(int postviewId, Post.Axisymmetric axisymmetric)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Axisymmetric axisymmetric

    PostviewSetBandStyle(Int32, Post.BandStyle)

    Declaration
    public void PostviewSetBandStyle(int postviewId, Post.BandStyle bandstyle)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.BandStyle bandstyle

    PostviewSetClipping(Int32, ClippingParameters)

    Declaration
    public void PostviewSetClipping(int postviewId, ClippingParameters clipping)
    Parameters
    Type Name Description
    System.Int32 postviewId
    ClippingParameters clipping

    PostviewSetClipping(Int32, Post.Clipping)

    Declaration
    [Obsolete("Deprecated in NX7.5.1.  Use NXOpen.CAE.Post.PostviewSetClipping instead.")]
    public void PostviewSetClipping(int postviewId, Post.Clipping clipping)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Clipping clipping

    PostviewSetColorbar(Int32, Post.Colorbar)

    Declaration
    public void PostviewSetColorbar(int postviewId, Post.Colorbar colorbar)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Colorbar colorbar

    PostviewSetColorbar(Int32, Post.Colorbar, Boolean, Double[], NXColor.Rgb[])

    Declaration
    public void PostviewSetColorbar(int postviewId, Post.Colorbar colorbar, bool customOverwrite, double[] rangeValue, NXColor.Rgb[] rangeColors)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Colorbar colorbar
    System.Boolean customOverwrite
    System.Double[] rangeValue
    NXColor.Rgb[] rangeColors

    PostviewSetColorDisplayDeformationSynchronization(Int32, Boolean)

    Declaration
    public void PostviewSetColorDisplayDeformationSynchronization(int postviewId, bool synchronization)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean synchronization

    PostViewSetColorScheme(Int32, Post.DisplayColorSchemeType)

    Declaration
    public void PostViewSetColorScheme(int postviewId, Post.DisplayColorSchemeType colorScheme)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.DisplayColorSchemeType colorScheme

    PostviewSetCompression(Int32, Boolean, Double, Double)

    Declaration
    public void PostviewSetCompression(int postviewId, bool compress, double featureangle, double banddifference)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean compress
    System.Double featureangle
    System.Double banddifference

    PostviewSetCriticalLayerIdDisplay(Int32, Boolean)

    Declaration
    public void PostviewSetCriticalLayerIdDisplay(int postviewId, bool displayCriticalLayers)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean displayCriticalLayers

    PostviewSetCriticalLoadIdDisplay(Int32, Boolean)

    Declaration
    public void PostviewSetCriticalLoadIdDisplay(int postviewId, bool displayCriticalLoads)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean displayCriticalLoads

    PostviewSetCriticalPlyIdDisplay(Int32, Boolean)

    Declaration
    public void PostviewSetCriticalPlyIdDisplay(int postviewId, bool displayCriticalPlies)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean displayCriticalPlies

    PostviewSetCurrentInOverlay(Int32)

    Declaration
    public void PostviewSetCurrentInOverlay(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId

    PostviewSetDeformation(Int32, DeformationParameters)

    Declaration
    public void PostviewSetDeformation(int postviewId, DeformationParameters deformation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    DeformationParameters deformation

    PostviewSetDeformation(Int32, Result.DeformationParameters)

    Declaration
    [Obsolete("Deprecated in NX7.5.1.  Use NXOpen.CAE.Post.PostviewSetDeformation instead.")]
    public void PostviewSetDeformation(int postviewId, Result.DeformationParameters deformation)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.DeformationParameters deformation

    PostviewSetDeformed(Int32, Boolean)

    Declaration
    public void PostviewSetDeformed(int postviewId, bool deformed)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean deformed

    PostviewSetDeformedUndeformedSynchronization(Int32, Boolean, Boolean, Boolean)

    Declaration
    public void PostviewSetDeformedUndeformedSynchronization(int postviewId, bool showDeformedPrimaryDisplay, bool showUndeformedModel, bool synchronizeLoadCaseAndIteration)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean showDeformedPrimaryDisplay
    System.Boolean showUndeformedModel
    System.Boolean synchronizeLoadCaseAndIteration

    PostviewSetEdgeFace(Int32, Post.EdgeFace)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.CAE.Post.PostviewSetEdgeFace instead.")]
    public void PostviewSetEdgeFace(int postviewId, Post.EdgeFace edgeface)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.EdgeFace edgeface

    PostviewSetEdgeFace(Int32, Post.EdgeFace, Post.EdgeFace)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.CAE.Post.PostviewSetEdgeFace instead.")]
    public void PostviewSetEdgeFace(int postviewId, Post.EdgeFace primaryEdgeface, Post.EdgeFace undeformedEdgeface)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.EdgeFace primaryEdgeface
    Post.EdgeFace undeformedEdgeface

    PostviewSetEdgeFace(Int32, Post.PrimaryEdgeFace)

    Declaration
    public void PostviewSetEdgeFace(int postviewId, Post.PrimaryEdgeFace primaryEdgeface)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.PrimaryEdgeFace primaryEdgeface

    PostviewSetEdgeFace(Int32, Post.PrimaryEdgeFace, Post.EdgeFace)

    Declaration
    public void PostviewSetEdgeFace(int postviewId, Post.PrimaryEdgeFace primaryEdgeface, Post.EdgeFace undeformedEdgeface)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.PrimaryEdgeFace primaryEdgeface
    Post.EdgeFace undeformedEdgeface

    PostviewSetFontSize(Int32, Boolean, Double)

    Declaration
    public void PostviewSetFontSize(int postviewId, bool autoFontSize, double fontScale)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean autoFontSize
    System.Double fontScale

    PostviewSetFormat(Int32, Post.Format, Int32)

    Declaration
    public void PostviewSetFormat(int postviewId, Post.Format format, int numdecimal)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Format format
    System.Int32 numdecimal

    PostviewSetGlobalTranslucency(Int32, Boolean)

    Declaration
    public void PostviewSetGlobalTranslucency(int pvid, bool isTranslucent)
    Parameters
    Type Name Description
    System.Int32 pvid
    System.Boolean isTranslucent

    PostviewSetGroupContainerVisibility(Int32, Result.GroupContainer, Boolean)

    Declaration
    public void PostviewSetGroupContainerVisibility(int postviewId, Result.GroupContainer container, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer container
    System.Boolean visibility

    PostviewSetGroupVisibility(Int32, Result.GroupContainer, Int32, Boolean)

    Declaration
    public void PostviewSetGroupVisibility(int postviewId, Result.GroupContainer container, int group, bool visibility)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.GroupContainer container
    System.Int32 group
    System.Boolean visibility

    PostviewSetHeaderlines(Int32, Post.Headerlines[])

    Declaration
    public void PostviewSetHeaderlines(int postviewId, Post.Headerlines[] headerlines)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Headerlines[] headerlines

    PostviewSetLegend(Int32, Boolean, Post.Legend)

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use NXOpen.CAE.Post.PostviewSetShowHeader and NXOpen.CAE.Post.PostviewSetColorbar instead.")]
    public void PostviewSetLegend(int postviewId, bool showLegend, Post.Legend legend)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean showLegend
    Post.Legend legend

    PostviewSetLighting(Int32, Boolean)

    Declaration
    public void PostviewSetLighting(int postviewId, bool lighted)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean lighted

    PostviewSetMark(Int32, Post.Mark)

    Declaration
    public void PostviewSetMark(int postviewId, Post.Mark mark)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Mark mark

    PostviewSetMarker(Int32, Boolean, Post.Marker)

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Set NXOpen.CAE.PostAnnotation show hide instead.")]
    public void PostviewSetMarker(int postviewId, bool showMarker, Post.Marker marker)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean showMarker
    Post.Marker marker

    PostviewSetMeshTransparency(Int32, PostMesh[], Boolean)

    Declaration
    public void PostviewSetMeshTransparency(int pvid, PostMesh[] meshes, bool isTransparent)
    Parameters
    Type Name Description
    System.Int32 pvid
    PostMesh[] meshes
    System.Boolean isTransparent

    PostviewSetPosition(Int32, Post.Position)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Set NXOpen.CAE.PostPreference Position set through post preferences instead.")]
    public void PostviewSetPosition(int postviewId, Post.Position position)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Position position

    PostviewSetResult(Int32, Result.ResultParameters)

    Declaration
    [Obsolete("Deprecated in NX7.5.1.  Use NXOpen.CAE.Post.PostviewSetResult instead.")]
    public void PostviewSetResult(int postviewId, Result.ResultParameters result)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.ResultParameters result

    PostviewSetResult(Int32, ResultParameters)

    Declaration
    public void PostviewSetResult(int postviewId, ResultParameters resultParamter)
    Parameters
    Type Name Description
    System.Int32 postviewId
    ResultParameters resultParamter

    PostviewSetResultWithNodalForceReport(Int32, ResultParametersWithNodalForceReport)

    Declaration
    public void PostviewSetResultWithNodalForceReport(int postviewId, ResultParametersWithNodalForceReport nodalforcereportparams)
    Parameters
    Type Name Description
    System.Int32 postviewId
    ResultParametersWithNodalForceReport nodalforcereportparams

    PostviewSetResultWithProbe(Int32, ResultParametersWithProbe)

    Declaration
    public void PostviewSetResultWithProbe(int postviewId, ResultParametersWithProbe probeparams)
    Parameters
    Type Name Description
    System.Int32 postviewId
    ResultParametersWithProbe probeparams

    PostviewSetShowHeader(Int32, Post.ShowHeader)

    Declaration
    public void PostviewSetShowHeader(int postviewId, Post.ShowHeader showHeader)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.ShowHeader showHeader

    PostviewSetStreamline(Int32, Post.Streamline)

    Declaration
    public void PostviewSetStreamline(int postviewId, Post.Streamline streamline)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Streamline streamline

    PostviewSetStreamlineSeedSet(Int32, Int32)

    Declaration
    public void PostviewSetStreamlineSeedSet(int postviewId, int seedsetId)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 seedsetId

    PostviewSetStreamlineVelocity(Int32, BaseResultType)

    Declaration
    public void PostviewSetStreamlineVelocity(int postviewId, BaseResultType velocity)
    Parameters
    Type Name Description
    System.Int32 postviewId
    BaseResultType velocity

    PostviewSetStreamlineVelocity(Int32, Result.VelocityParameters)

    Declaration
    [Obsolete("Deprecated in NX7.5.1.  Use NXOpen.CAE.Post.PostviewSetStreamlineVelocity instead.")]
    public void PostviewSetStreamlineVelocity(int postviewId, Result.VelocityParameters velocity)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Result.VelocityParameters velocity

    PostviewSetStyle(Int32, Int32, Post.Style)

    Declaration
    public void PostviewSetStyle(int postviewId, int showStyle, Post.Style style)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Int32 showStyle
    Post.Style style

    PostviewSetTarget(Int32, Post.Target)

    Declaration
    public void PostviewSetTarget(int postviewId, Post.Target target)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Target target

    PostviewSetText(Int32, Post.Text)

    Declaration
    public void PostviewSetText(int postviewId, Post.Text text)
    Parameters
    Type Name Description
    System.Int32 postviewId
    Post.Text text

    PostviewSetUndeformed(Int32, Boolean)

    Declaration
    public void PostviewSetUndeformed(int postviewId, bool undeformed)
    Parameters
    Type Name Description
    System.Int32 postviewId
    System.Boolean undeformed

    PostviewUpdate(Int32)

    Declaration
    public void PostviewUpdate(int postviewId)
    Parameters
    Type Name Description
    System.Int32 postviewId

    ReloadTemplates()

    Declaration
    public void ReloadTemplates()

    SetFactoryDefaultTemplate()

    Declaration
    public void SetFactoryDefaultTemplate()

    StreamlineSeedSetDelete(Int32)

    Declaration
    public void StreamlineSeedSetDelete(int seedsetId)
    Parameters
    Type Name Description
    System.Int32 seedsetId

    TemplateDelete(Int32)

    Declaration
    public void TemplateDelete(int templateId)
    Parameters
    Type Name Description
    System.Int32 templateId

    TemplateRename(Int32, String)

    Declaration
    public void TemplateRename(int templateId, string newName)
    Parameters
    Type Name Description
    System.Int32 templateId
    System.String newName

    TemplateSearch(String)

    Declaration
    public int TemplateSearch(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Int32

    TemplateSetAsDefault(Int32)

    Declaration
    public void TemplateSetAsDefault(int templateId)
    Parameters
    Type Name Description
    System.Int32 templateId

    UnloadResult(Int32)

    Declaration
    public void UnloadResult(int resultId)
    Parameters
    Type Name Description
    System.Int32 resultId

    UnloadResultFile(String)

    Declaration
    public void UnloadResultFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    UpdateUserGroupsFromSimPart(SimPart)

    Declaration
    public void UpdateUserGroupsFromSimPart(SimPart simpart)
    Parameters
    Type Name Description
    SimPart simpart

    UserGroupDelete(Result, Int32)

    Declaration
    public void UserGroupDelete(Result result, int usergroupId)
    Parameters
    Type Name Description
    Result result
    System.Int32 usergroupId

    UserGroupDelete(Int32)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.Post.UserGroupDelete with resulttag.")]
    public void UserGroupDelete(int usergroupId)
    Parameters
    Type Name Description
    System.Int32 usergroupId

    UserGroupRename(Result, Int32, String)

    Declaration
    public void UserGroupRename(Result result, int usergroupId, string newName)
    Parameters
    Type Name Description
    Result result
    System.Int32 usergroupId
    System.String newName

    UserGroupRename(Int32, String)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  use NXOpen.CAE.Post.UserGroupRename with resulttag.")]
    public void UserGroupRename(int usergroupId, string newName)
    Parameters
    Type Name Description
    System.Int32 usergroupId
    System.String newName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX