Search Results for

    Show / Hide Table of Contents

    Class MappedMeshBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MappedMeshBuilder
    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 MappedMeshBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MappedMeshBuilder()

    Declaration
    protected MappedMeshBuilder()

    Properties

    AllTriBoundaryLayer

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

    AttemptMultiblockDecompositionOption

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

    ControlSlender

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

    EccAuto

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

    EccName

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

    EdgeMatchOption

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

    EdgeMatchTolerance

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

    EdgeMergeAngle

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

    ElementSize

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

    ElementSizeExpression

    Declaration
    public Expression ElementSizeExpression { get; }
    Property Value
    Type Description
    Expression

    ElementType

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

    FlipDiagonals

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

    FormatMesh

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

    GradationRate

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

    InsertBlendElement

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

    Jacobian

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

    KeepFreeMeshes

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

    MergeEdges

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

    MidNodeOption

    Declaration
    public MappedMeshBuilder.MidNodeType MidNodeOption { get; set; }
    Property Value
    Type Description
    MappedMeshBuilder.MidNodeType

    MinAspectRatio

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

    ProjectVertices

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

    QuadOnlyMesh

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

    SelectionFace

    Declaration
    public SelectDisplayableObjectList SelectionFace { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    SmoothingDistanceFactor

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

    SweepAngle

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

    Methods

    AutoSize()

    Declaration
    public double AutoSize()
    Returns
    Type Description
    System.Double

    ChangeEdgeDensity(NXObject, Int32)

    Declaration
    public void ChangeEdgeDensity(NXObject edge, int numberElements)
    Parameters
    Type Name Description
    NXObject edge
    System.Int32 numberElements

    ChangeEdgeDensityObject(NXObject[], Int32)

    Declaration
    public void ChangeEdgeDensityObject(NXObject[] pEdgeTags, int numberElements)
    Parameters
    Type Name Description
    NXObject[] pEdgeTags
    System.Int32 numberElements

    GetCornerData(out NXObject)

    Declaration
    public NXObject[] GetCornerData(out NXObject face)
    Parameters
    Type Name Description
    NXObject face
    Returns
    Type Description
    NXObject[]

    PreviewMesh()

    Declaration
    public void PreviewMesh()

    SetCornerData(NXObject, NXObject[])

    Declaration
    public void SetCornerData(NXObject face, NXObject[] vertexList)
    Parameters
    Type Name Description
    NXObject face
    NXObject[] vertexList

    SetCornerDataWithEdges(NXObject, Int32[], NXObject[])

    Declaration
    public void SetCornerDataWithEdges(NXObject face, int[] start, NXObject[] edge)
    Parameters
    Type Name Description
    NXObject face
    System.Int32[] start
    NXObject[] edge

    Implements

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