LocalRemeshBuilder Class

class NXOpen.CAE.LocalRemeshBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.LocalRemeshBuilder

To create a new instance of this class, use NXOpen.CAE.MeshManager.CreateLocalRemeshBuilder()

Default values.

Property Value
FactorValue.Value 0.5
SizeOption Factor
SizeValue.Value 1.0
Transition 50

New in version NX7.5.2.

Properties

Property Description
ElementList Returns the select elements
FactorValue Returns the factor value
SelectionElementEdges Returns the select element edges to lock
SizeOption Returns or sets the size option
SizeValue Returns the size value
Tag Returns the Tag for this object.
Transition Returns or sets the transition

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.

Enumerations

LocalRemeshBuilderOption Enumeration Size Option

Property Detail

ElementList

LocalRemeshBuilder.ElementList

Returns the select elements

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

Getter Method

Signature ElementList

Returns:
Return type:NXOpen.CAE.SelectElementsBuilder

New in version NX7.5.2.

License requirements: None.

FactorValue

LocalRemeshBuilder.FactorValue

Returns the factor value

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

Getter Method

Signature FactorValue

Returns:
Return type:NXOpen.Expression

New in version NX7.5.2.

License requirements: None.

SelectionElementEdges

LocalRemeshBuilder.SelectionElementEdges

Returns the select element edges to lock

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

Getter Method

Signature SelectionElementEdges

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX12.0.0.

License requirements: None.

SizeOption

LocalRemeshBuilder.SizeOption

Returns or sets the size option

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

Getter Method

Signature SizeOption

Returns:
Return type:NXOpen.CAE.LocalRemeshBuilderOption

New in version NX7.5.2.

License requirements: None.

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

Setter Method

Signature SizeOption

Parameters:sizeOption (NXOpen.CAE.LocalRemeshBuilderOption) –

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

SizeValue

LocalRemeshBuilder.SizeValue

Returns the size value

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

Getter Method

Signature SizeValue

Returns:
Return type:NXOpen.Expression

New in version NX7.5.2.

License requirements: None.

Transition

LocalRemeshBuilder.Transition

Returns or sets the transition

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

Getter Method

Signature Transition

Returns:
Return type:int

New in version NX7.5.2.

License requirements: None.

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

Setter Method

Signature Transition

Parameters:transition (int) –

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

LocalRemeshBuilder.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.