Search Results for

    Show / Hide Table of Contents

    Class PostMesh

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostMesh
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 PostMesh : TaggedObject, IMessageSink

    Constructors

    PostMesh()

    Declaration
    protected PostMesh()

    Properties

    CollectorId

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

    MaterialDescription

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

    MaterialId

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

    MaterialIdColor

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

    MeshColor

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

    MeshDimension

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

    Name

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

    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
    System.Int32

    NumElements

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

    PartId

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

    PropertyDescription

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

    PropertyId

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

    PropertyIdColor

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

    SuperelementId

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

    Type

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

    TypeDescription

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

    Implements

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