Search Results for

    Show / Hide Table of Contents

    Class MappedMeshBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MappedMeshBuilder
    Implements
    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, 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 MappedMeshBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MappedMeshBuilder()

    Declaration
    protected MappedMeshBuilder()

    Properties

    AllTriBoundaryLayer

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

    AttemptMultiblockDecompositionOption

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

    ControlSlender

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

    EccAuto

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

    EccName

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

    EdgeMatchOption

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

    EdgeMatchTolerance

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

    EdgeMergeAngle

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

    ElementSize

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

    ElementSizeExpression

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

    ElementType

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

    FlipDiagonals

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

    FormatMesh

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

    GradationRate

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

    InsertBlendElement

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

    Jacobian

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

    KeepFreeMeshes

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

    MergeEdges

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

    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
    double

    ProjectVertices

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

    QuadOnlyMesh

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

    SelectionFace

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

    SmoothingDistanceFactor

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

    SweepAngle

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

    Methods

    AutoSize()

    Declaration
    public double AutoSize()
    Returns
    Type Description
    double

    ChangeEdgeDensity(NXObject, int)

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

    ChangeEdgeDensityObject(NXObject[], int)

    Declaration
    public void ChangeEdgeDensityObject(NXObject[] pEdgeTags, int numberElements)
    Parameters
    Type Name Description
    NXObject[] pEdgeTags
    int 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, int[], NXObject[])

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

    Implements

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