Search Results for

    Show / Hide Table of Contents

    Class PostManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PostManager
    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.Features.TopologyOptimization
    Assembly: NXOpen.dll
    Syntax
    public class PostManager : NXRemotableObject, IMessageSink

    Constructors

    PostManager(TopologyOptimizationFeature)

    Declaration
    protected PostManager(TopologyOptimizationFeature owner)
    Parameters
    Type Name Description
    TopologyOptimizationFeature owner

    Properties

    Tag

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

    Methods

    CreateAnimationController()

    Declaration
    public AnimationController CreateAnimationController()
    Returns
    Type Description
    AnimationController

    CreateViewContourBuilder()

    Declaration
    public ViewContourBuilder CreateViewContourBuilder()
    Returns
    Type Description
    ViewContourBuilder

    CreateViewTabularResultBuilder()

    Declaration
    public ViewTabularResultBuilder CreateViewTabularResultBuilder()
    Returns
    Type Description
    ViewTabularResultBuilder

    CreateViewXygraphBuilder()

    Declaration
    public ViewXygraphBuilder CreateViewXygraphBuilder()
    Returns
    Type Description
    ViewXygraphBuilder

    ExportAnimationToGif(String)

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

    HideContour()

    Declaration
    public void HideContour()

    IsAnimationPlaying()

    Declaration
    public bool IsAnimationPlaying()
    Returns
    Type Description
    System.Boolean

    IsContourShown()

    Declaration
    public bool IsContourShown()
    Returns
    Type Description
    System.Boolean

    ShowContour()

    Declaration
    public void ShowContour()

    Implements

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