MeshControlDisplayOptionsBuilder Class

class NXOpen.CAE.MeshControlDisplayOptionsBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.MeshControlDisplayOptionsBuilder

To create a new instance of this class, use NXOpen.CAE.MeshControlDisplayManager.CreateBuilder()

New in version NX5.0.0.

Properties

Property Description
BoundaryLayerSize Returns or sets the boundary layer size
CylinderDensitySize Returns or sets the cylinder density size
DependentEdgeDensitySize Returns or sets the dependent edge density size
EdgeDensitySize Returns or sets the edge density size
FaceDensitySize Returns or sets the face density size
FilletDensitySize Returns or sets the fillet density size
MappedHoleSize Returns or sets the mapped holes size
MeshMateSize Returns or sets the mesh mate size
ShadeSymbols Returns or sets the shade symbols
ShowThroughDisplay Returns or sets the show through display
Tag Returns the Tag for this object.
TextDisplay Returns or sets the text display
WeldRowSize Returns or sets the weld row density size

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

BoundaryLayerSize

MeshControlDisplayOptionsBuilder.BoundaryLayerSize

Returns or sets the boundary layer size

-------------------------------------

Getter Method

Signature BoundaryLayerSize()

Returns:
Return type:int

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BoundaryLayerSize(boundaryLayerSize)

Parameters:boundaryLayerSize (int) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

CylinderDensitySize

MeshControlDisplayOptionsBuilder.CylinderDensitySize

Returns or sets the cylinder density size

-------------------------------------

Getter Method

Signature CylinderDensitySize()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CylinderDensitySize(cylinderDensitySize)

Parameters:cylinderDensitySize (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

DependentEdgeDensitySize

MeshControlDisplayOptionsBuilder.DependentEdgeDensitySize

Returns or sets the dependent edge density size

-------------------------------------

Getter Method

Signature DependentEdgeDensitySize()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DependentEdgeDensitySize(dependentEdgeDensitySize)

Parameters:dependentEdgeDensitySize (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

EdgeDensitySize

MeshControlDisplayOptionsBuilder.EdgeDensitySize

Returns or sets the edge density size

-------------------------------------

Getter Method

Signature EdgeDensitySize()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EdgeDensitySize(edgeDensitySize)

Parameters:edgeDensitySize (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

FaceDensitySize

MeshControlDisplayOptionsBuilder.FaceDensitySize

Returns or sets the face density size

-------------------------------------

Getter Method

Signature FaceDensitySize()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FaceDensitySize(faceDensitySize)

Parameters:faceDensitySize (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

FilletDensitySize

MeshControlDisplayOptionsBuilder.FilletDensitySize

Returns or sets the fillet density size

-------------------------------------

Getter Method

Signature FilletDensitySize()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FilletDensitySize(filletDensitySize)

Parameters:filletDensitySize (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MappedHoleSize

MeshControlDisplayOptionsBuilder.MappedHoleSize

Returns or sets the mapped holes size

-------------------------------------

Getter Method

Signature MappedHoleSize()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MappedHoleSize(mappedHoleSize)

Parameters:mappedHoleSize (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MeshMateSize

MeshControlDisplayOptionsBuilder.MeshMateSize

Returns or sets the mesh mate size

-------------------------------------

Getter Method

Signature MeshMateSize()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MeshMateSize(meshMateSize)

Parameters:meshMateSize (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ShadeSymbols

MeshControlDisplayOptionsBuilder.ShadeSymbols

Returns or sets the shade symbols

-------------------------------------

Getter Method

Signature ShadeSymbols()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShadeSymbols(shadeSymbols)

Parameters:shadeSymbols (bool) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ShowThroughDisplay

MeshControlDisplayOptionsBuilder.ShowThroughDisplay

Returns or sets the show through display

-------------------------------------

Getter Method

Signature ShowThroughDisplay()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowThroughDisplay(showThroughDisplay)

Parameters:showThroughDisplay (bool) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

TextDisplay

MeshControlDisplayOptionsBuilder.TextDisplay

Returns or sets the text display

-------------------------------------

Getter Method

Signature TextDisplay()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TextDisplay(textDisplay)

Parameters:textDisplay (bool) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

WeldRowSize

MeshControlDisplayOptionsBuilder.WeldRowSize

Returns or sets the weld row density size

-------------------------------------

Getter Method

Signature WeldRowSize()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

-------------------------------------

Setter Method

Signature WeldRowSize(weldRowSize)

Parameters:weldRowSize (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

MeshControlDisplayOptionsBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.