ManualSweepBetweenSelection Class

class NXOpen.CAE.ManualSweepBetweenSelection

Bases: NXOpen.Builder

Builder for creating Manual Hex Mesh - Face Dependency type.

To create a new instance of this class, use NXOpen.CAE.SweepBetweenMeshBuilder.ManualSweepBetween()

New in version NX7.5.2.

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

Properties

Property Description
LoopList Returns the loop list
MasterFace Returns the master face
Tag Returns the Tag for this object.
TargetFace Returns the target face
WallFaceSelection Returns the Wall face selection

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CreateNewListItem The list item
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

LoopList

ManualSweepBetweenSelection.LoopList

Returns the loop list

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

Getter Method

Signature LoopList

Returns:
Return type:NXOpen.CAE.ManualSweepBetweenListItemSelectionList

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

MasterFace

ManualSweepBetweenSelection.MasterFace

Returns the master face

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

Getter Method

Signature MasterFace

Returns:
Return type:NXOpen.CAE.SelectCAEFace

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

TargetFace

ManualSweepBetweenSelection.TargetFace

Returns the target face

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

Getter Method

Signature TargetFace

Returns:
Return type:NXOpen.CAE.SelectCAEFace

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

WallFaceSelection

ManualSweepBetweenSelection.WallFaceSelection

Returns the Wall face selection

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

Getter Method

Signature WallFaceSelection

Returns:
Return type:NXOpen.CAE.SelectCAEFaceList

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

CreateNewListItem

ManualSweepBetweenSelection.CreateNewListItem

The list item

Signature CreateNewListItem(tMasterEdge, tTargetEdge, fFlipDirection)

Parameters:
Returns:

Return type:

NXOpen.CAE.ManualSweepBetweenListItemSelection

New in version NX7.5.2.

License requirements: nx_masterfem (“Finite Element Modeling”)

Validate

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