ElementReflectBuilder Class

class NXOpen.CAE.ElementReflectBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.ElementReflectBuilder

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

New in version NX5.0.0.

Properties

Property Description
CollectorName Returns or sets the mesh collector name
ElementDimensionOption Returns or sets the element dimension option
ElementType Returns the element type builder.
Elements Returns the selected elements to be reflected
ExportMesh Returns or sets the option which indicates whether mesh is exported to solver or not.
Increment Returns or sets the increment
Label Returns or sets the label
LabelOption Returns or sets the label option
MeshName Returns or sets the mesh name
NeutralName Returns or sets the element neutral name
NewMeshOption Returns or sets the new mesh option
Offset Returns or sets the offset
Plane Returns or sets the plane of reflection
Tag Returns the Tag for this object.

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

ElementReflectBuilderElemDimType Enumeration Dimension of element to be reflected
ElementReflectBuilderLabelType Enumeration Option to use label/increment or offset
ElementReflectBuilderNewMeshType Enumeration Option to create new mesh or add to existing mesh

Property Detail

CollectorName

ElementReflectBuilder.CollectorName

Returns or sets the mesh collector name

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

Getter Method

Signature CollectorName

Returns:
Return type:str

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature CollectorName

Parameters:collectorName (str) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ElementDimensionOption

ElementReflectBuilder.ElementDimensionOption

Returns or sets the element dimension option

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

Getter Method

Signature ElementDimensionOption

Returns:
Return type:NXOpen.CAE.ElementReflectBuilderElemDimType

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ElementDimensionOption

Parameters:elementDimensionOption (NXOpen.CAE.ElementReflectBuilderElemDimType) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ElementType

ElementReflectBuilder.ElementType

Returns the element type builder.

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

Getter Method

Signature ElementType

Returns:
Return type:NXOpen.CAE.ElementTypeBuilder

New in version NX6.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Elements

ElementReflectBuilder.Elements

Returns the selected elements to be reflected

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

Getter Method

Signature Elements

Returns:
Return type:NXOpen.CAE.SelectElementsBuilder

New in version NX5.0.0.

License requirements: None.

ExportMesh

ElementReflectBuilder.ExportMesh

Returns or sets the option which indicates whether mesh is exported to solver or not.

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

Getter Method

Signature ExportMesh

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ExportMesh

Parameters:fExportMesh (bool) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Increment

ElementReflectBuilder.Increment

Returns or sets the increment

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

Getter Method

Signature Increment

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Increment

Parameters:increment (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Label

ElementReflectBuilder.Label

Returns or sets the label

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

Getter Method

Signature Label

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Label

Parameters:label (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

LabelOption

ElementReflectBuilder.LabelOption

Returns or sets the label option

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

Getter Method

Signature LabelOption

Returns:
Return type:NXOpen.CAE.ElementReflectBuilderLabelType

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature LabelOption

Parameters:labelOption (NXOpen.CAE.ElementReflectBuilderLabelType) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MeshName

ElementReflectBuilder.MeshName

Returns or sets the mesh name

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

Getter Method

Signature MeshName

Returns:
Return type:str

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MeshName

Parameters:meshName (str) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

NeutralName

ElementReflectBuilder.NeutralName

Returns or sets the element neutral name

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

Getter Method

Signature NeutralName

Returns:
Return type:str

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature NeutralName

Parameters:neutralName (str) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

NewMeshOption

ElementReflectBuilder.NewMeshOption

Returns or sets the new mesh option

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

Getter Method

Signature NewMeshOption

Returns:
Return type:NXOpen.CAE.ElementReflectBuilderNewMeshType

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature NewMeshOption

Parameters:newMeshOption (NXOpen.CAE.ElementReflectBuilderNewMeshType) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Offset

ElementReflectBuilder.Offset

Returns or sets the offset

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

Getter Method

Signature Offset

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Offset

Parameters:offset (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Plane

ElementReflectBuilder.Plane

Returns or sets the plane of reflection

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

Getter Method

Signature Plane

Returns:
Return type:NXOpen.Plane

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Plane

Parameters:plane (NXOpen.Plane) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

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