SweepBetweenMeshBuilder Class

class NXOpen.CAE.SweepBetweenMeshBuilder

Bases: NXOpen.Builder

Builder for creating swept mesh between faces.

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateSweepBetweenMeshBuilder()

New in version NX7.5.2.

Deprecated since version NX10.0.0: Use CAE.Mesh3dHexBuilder.

Properties

Property Description
AutomaticSweepBetween Returns the automatic sweep between mesh selection
ElementType Returns the element type builder.
ManualSweepBetween Returns the manual sweep between selection
NumLayers Returns or sets the number of layers
Tag Returns the Tag for this object.
Type Returns or sets the type of builder

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

SweepBetweenMeshBuilderTypes Enumeration creation type

Property Detail

AutomaticSweepBetween

SweepBetweenMeshBuilder.AutomaticSweepBetween

Returns the automatic sweep between mesh selection

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

Getter Method

Signature AutomaticSweepBetween

Returns:
Return type:NXOpen.CAE.AutomaticSweepBetweenSelection

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

ElementType

SweepBetweenMeshBuilder.ElementType

Returns the element type builder.

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

Getter Method

Signature ElementType

Returns:
Return type:NXOpen.CAE.ElementTypeBuilder

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

ManualSweepBetween

SweepBetweenMeshBuilder.ManualSweepBetween

Returns the manual sweep between selection

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

Getter Method

Signature ManualSweepBetween

Returns:
Return type:NXOpen.CAE.ManualSweepBetweenSelection

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

NumLayers

SweepBetweenMeshBuilder.NumLayers

Returns or sets the number of layers

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

Getter Method

Signature NumLayers

Returns:
Return type:int

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature NumLayers

Parameters:numLayers (int) –

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

Type

SweepBetweenMeshBuilder.Type

Returns or sets the type of builder

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.CAE.SweepBetweenMeshBuilderTypes

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature Type

Parameters:type (NXOpen.CAE.SweepBetweenMeshBuilderTypes) –

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

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