Class MappedMeshBuilder
Inheritance
MappedMeshBuilder
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
AttemptMultiblockDecompositionOption
Declaration
public bool AttemptMultiblockDecompositionOption { get; set; }
Property Value
ControlSlender
Declaration
public bool ControlSlender { get; set; }
Property Value
EccAuto
Declaration
public bool EccAuto { get; set; }
Property Value
EccName
Declaration
public string EccName { get; set; }
Property Value
EdgeMatchOption
Declaration
public bool EdgeMatchOption { get; set; }
Property Value
EdgeMatchTolerance
Declaration
public double EdgeMatchTolerance { get; set; }
Property Value
EdgeMergeAngle
Declaration
public double EdgeMergeAngle { get; set; }
Property Value
ElementSize
Declaration
public double ElementSize { get; set; }
Property Value
ElementSizeExpression
Declaration
public Expression ElementSizeExpression { get; }
Property Value
ElementType
Declaration
public string ElementType { get; set; }
Property Value
FlipDiagonals
Declaration
public bool FlipDiagonals { get; set; }
Property Value
Declaration
public bool FormatMesh { get; set; }
Property Value
GradationRate
Declaration
public double GradationRate { get; set; }
Property Value
InsertBlendElement
Declaration
public bool InsertBlendElement { get; set; }
Property Value
Jacobian
Declaration
public double Jacobian { get; set; }
Property Value
KeepFreeMeshes
Declaration
public bool KeepFreeMeshes { get; set; }
Property Value
MergeEdges
Declaration
public bool MergeEdges { get; set; }
Property Value
MidNodeOption
Declaration
public MappedMeshBuilder.MidNodeType MidNodeOption { get; set; }
Property Value
MinAspectRatio
Declaration
public double MinAspectRatio { get; set; }
Property Value
ProjectVertices
Declaration
public bool ProjectVertices { get; set; }
Property Value
QuadOnlyMesh
Declaration
public bool QuadOnlyMesh { get; set; }
Property Value
SelectionFace
Declaration
public SelectDisplayableObjectList SelectionFace { get; }
Property Value
SmoothingDistanceFactor
Declaration
public double SmoothingDistanceFactor { get; set; }
Property Value
SweepAngle
Declaration
public double SweepAngle { get; set; }
Property Value
Methods
AutoSize()
Declaration
Returns
ChangeEdgeDensity(NXObject, int)
Declaration
public void ChangeEdgeDensity(NXObject edge, int numberElements)
Parameters
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
Returns
PreviewMesh()
Declaration
public void PreviewMesh()
SetCornerData(NXObject, NXObject[])
Declaration
public void SetCornerData(NXObject face, NXObject[] vertexList)
Parameters
SetCornerDataWithEdges(NXObject, int[], NXObject[])
Declaration
public void SetCornerDataWithEdges(NXObject face, int[] start, NXObject[] edge)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink