Search Results for

    Show / Hide Table of Contents

    Class PostGraphBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PostGraphBuilder
    Post3DGraphBuilder
    PostGraphAcrossIterationsBuilder
    PostGraphAlongPathBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostGraphBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PostGraphBuilder()

    Declaration
    protected PostGraphBuilder()

    Properties

    ComplexGraphTypes

    Declaration
    public ComplexOption2D ComplexGraphTypes { get; set; }
    Property Value
    Type Description
    ComplexOption2D

    CreateFieldOption

    Declaration
    public bool CreateFieldOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    EdgeIntegralOptionValue

    Declaration
    public PostGraphBuilder.EdgeIntegralOption EdgeIntegralOptionValue { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.EdgeIntegralOption

    EvalutionErrorsOption

    Declaration
    public PostGraphBuilder.EvalutionErrors EvalutionErrorsOption { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.EvalutionErrors

    FaceIntegralOptionValue

    Declaration
    public PostGraphBuilder.FaceIntegralOption FaceIntegralOptionValue { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.FaceIntegralOption

    GeometryCombinationValue

    Declaration
    public PostGraphBuilder.GeometryValue GeometryCombinationValue { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.GeometryValue

    GraphTitle

    Declaration
    public string GraphTitle { get; set; }
    Property Value
    Type Description
    System.String

    IncompatibleResultOption

    Declaration
    public PostGraphBuilder.IncompatibleResult IncompatibleResultOption { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.IncompatibleResult

    NodalCombinationValue

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  None")]
    public PostGraphBuilder.NodalCombination NodalCombinationValue { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.NodalCombination

    NoDataOption

    Declaration
    public PostGraphBuilder.DataErrorHandling NoDataOption { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.DataErrorHandling

    SaveAfuOption

    Declaration
    public bool SaveAfuOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    SelectedEntityType

    Declaration
    public PostGraphBuilder.EntityType SelectedEntityType { get; set; }
    Property Value
    Type Description
    PostGraphBuilder.EntityType

    UserData

    Declaration
    public double UserData { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetFieldTable()

    Declaration
    public FieldTable GetFieldTable()
    Returns
    Type Description
    FieldTable

    SetEntityIds(Boolean, Int32[])

    Declaration
    public void SetEntityIds(bool isnodal, int[] entityIds)
    Parameters
    Type Name Description
    System.Boolean isnodal
    System.Int32[] entityIds

    SetEntityObjects(TaggedObject[])

    Declaration
    public void SetEntityObjects(TaggedObject[] entityObjs)
    Parameters
    Type Name Description
    TaggedObject[] entityObjs

    SetFreePoints(Point3d[])

    Declaration
    public void SetFreePoints(Point3d[] freePoints)
    Parameters
    Type Name Description
    Point3d[] freePoints

    SetSelectionEntityObjects(PostSelectionEntity[])

    Declaration
    public void SetSelectionEntityObjects(PostSelectionEntity[] selectionEntities)
    Parameters
    Type Name Description
    PostSelectionEntity[] selectionEntities

    Implements

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