MeshDisplaySettings2d Class¶
-
class
NXOpen.CAE.MeshDisplaySettings2d¶ Bases:
NXOpen.CAE.MeshDisplaySettingsRepresents 2d Mesh Display Settings
To obtain an instance of this class use CAE::Mesh, CAE::MeshCollector, or CAE::MeshCollectorOccurrence classes
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| BoltHoleCenterlineColor | Returns or sets the plane stress bolt-hole centerline color. |
| Color | Returns or sets the element color. |
| DisplayBoltHoleCenterline | Returns or sets the plane stress bolt-hole centerline display setting. |
| DisplayShadedEdges | Returns or sets the element shaded edge visibility. |
| DisplayThickShell | Returns or sets the element thick shell display setting. |
| ElementNormals | Returns or sets the element normals display setting. |
| ElementShrinkPercent | Returns or sets the element shrink percentage (0 to 100). |
| LineWidth | Returns or sets the line width of the element. |
| NormalsColor | Returns or sets the element normals color. |
| ShadedEdgeColor | Returns or sets the element shaded edge color. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| UseCustomerDefaultsDisplaySettings | Use display settings from the Customer Defaults. |
| UseMeshCollectorDisplaySettings | Use display settings from the Mesh Collector. |
Property Detail¶
BoltHoleCenterlineColor¶
-
MeshDisplaySettings2d.BoltHoleCenterlineColor¶ Returns or sets the plane stress bolt-hole centerline color.
-------------------------------------Getter Method
Signature
BoltHoleCenterlineColorReturns: Return type: Id New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
BoltHoleCenterlineColorParameters: color (Id) – New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
DisplayBoltHoleCenterline¶
-
MeshDisplaySettings2d.DisplayBoltHoleCenterline¶ Returns or sets the plane stress bolt-hole centerline display setting.
-------------------------------------Getter Method
Signature
DisplayBoltHoleCenterlineReturns: Return type: bool New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
DisplayBoltHoleCenterlineParameters: visibility (bool) – New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
DisplayShadedEdges¶
-
MeshDisplaySettings2d.DisplayShadedEdges¶ Returns or sets the element shaded edge visibility.
-------------------------------------Getter Method
Signature
DisplayShadedEdgesReturns: Return type: bool New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
DisplayShadedEdgesParameters: visibility (bool) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
DisplayThickShell¶
-
MeshDisplaySettings2d.DisplayThickShell¶ Returns or sets the element thick shell display setting.
-------------------------------------Getter Method
Signature
DisplayThickShellReturns: Return type: bool New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
DisplayThickShellParameters: visibility (bool) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
ElementNormals¶
-
MeshDisplaySettings2d.ElementNormals¶ Returns or sets the element normals display setting.
-------------------------------------Getter Method
Signature
ElementNormalsReturns: Return type: NXOpen.CAE.ElementNormalsTypeNew in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
ElementNormalsParameters: normals ( NXOpen.CAE.ElementNormalsType) –New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
ElementShrinkPercent¶
-
MeshDisplaySettings2d.ElementShrinkPercent¶ Returns or sets the element shrink percentage (0 to 100).
-------------------------------------Getter Method
Signature
ElementShrinkPercentReturns: Return type: int New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
ElementShrinkPercentParameters: shrink (int) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
LineWidth¶
-
MeshDisplaySettings2d.LineWidth¶ Returns or sets the line width of the element.
-------------------------------------Getter Method
Signature
LineWidthReturns: Return type: NXOpen.DisplayableObjectObjectWidthNew in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
LineWidthParameters: width ( NXOpen.DisplayableObjectObjectWidth) –New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
NormalsColor¶
-
MeshDisplaySettings2d.NormalsColor¶ Returns or sets the element normals color.
-------------------------------------Getter Method
Signature
NormalsColorReturns: Return type: Id New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
NormalsColorParameters: color (Id) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
ShadedEdgeColor¶
-
MeshDisplaySettings2d.ShadedEdgeColor¶ Returns or sets the element shaded edge color.
-------------------------------------Getter Method
Signature
ShadedEdgeColorReturns: Return type: Id New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
ShadedEdgeColorParameters: color (Id) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Method Detail¶
Dispose¶
-
MeshDisplaySettings2d.Dispose¶ Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX8.5.0.
License requirements: None.