Search Results for

    Show / Hide Table of Contents

    Class PostMesh

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostMesh
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostMesh : TaggedObject, IMessageSink

    Constructors

    PostMesh()

    Declaration
    protected PostMesh()

    Properties

    CollectorId

    Declaration
    public int CollectorId { get; }
    Property Value
    Type Description
    int

    MaterialDescription

    Declaration
    public string MaterialDescription { get; }
    Property Value
    Type Description
    string

    MaterialId

    Declaration
    public int MaterialId { get; }
    Property Value
    Type Description
    int

    MaterialIdColor

    Declaration
    public int MaterialIdColor { get; }
    Property Value
    Type Description
    int

    MeshColor

    Declaration
    public int MeshColor { get; }
    Property Value
    Type Description
    int

    MeshDimension

    Declaration
    public Result.GroupContainer MeshDimension { get; }
    Property Value
    Type Description
    Result.GroupContainer

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    NumElements

    Declaration
    public int NumElements { get; }
    Property Value
    Type Description
    int

    Numelem

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Obtain the expression using NXOpen.CAE.PostMesh.NumElements to query it.")]
    public int Numelem { get; }
    Property Value
    Type Description
    int

    PartId

    Declaration
    public int PartId { get; }
    Property Value
    Type Description
    int

    PropertyDescription

    Declaration
    public string PropertyDescription { get; }
    Property Value
    Type Description
    string

    PropertyId

    Declaration
    public int PropertyId { get; }
    Property Value
    Type Description
    int

    PropertyIdColor

    Declaration
    public int PropertyIdColor { get; }
    Property Value
    Type Description
    int

    SuperelementId

    Declaration
    public int SuperelementId { get; }
    Property Value
    Type Description
    int

    Type

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  There is no replacement for this function")]
    public int Type { get; }
    Property Value
    Type Description
    int

    TypeDescription

    Declaration
    public string TypeDescription { get; }
    Property Value
    Type Description
    string

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX