ElementReflectBuilder Class¶
-
class
NXOpen.CAE.ElementReflectBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.ElementReflectBuilderTo 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
CollectorNameReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CollectorNameParameters: 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
ElementDimensionOptionReturns: Return type: NXOpen.CAE.ElementReflectBuilderElemDimTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ElementDimensionOptionParameters: 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
ElementTypeReturns: Return type: NXOpen.CAE.ElementTypeBuilderNew 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
ElementsReturns: Return type: NXOpen.CAE.SelectElementsBuilderNew 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
ExportMeshReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExportMeshParameters: 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
IncrementReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IncrementParameters: 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
LabelReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelParameters: 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
LabelOptionReturns: Return type: NXOpen.CAE.ElementReflectBuilderLabelTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelOptionParameters: 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
MeshNameReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeshNameParameters: 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
NeutralNameReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NeutralNameParameters: 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
NewMeshOptionReturns: Return type: NXOpen.CAE.ElementReflectBuilderNewMeshTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NewMeshOptionParameters: 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
OffsetReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetParameters: 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
PlaneReturns: Return type: NXOpen.PlaneNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneParameters: 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.