ModelDisplayBuilder Class¶
-
class
NXOpen.CAE.ModelDisplayBuilder¶ Bases:
NXOpen.BuilderThis class provides Model Display Data Support
To create a new instance of this class, use
NXOpen.CAE.CaePart.CreateModelDisplayBuilder()Default values.
Property Value ElemMaterialDisplayLaminateColor 181 ElemMaterialDisplayNoMaterialColor 130 ElemQualFailColor 186 ElemQualFailShadedBorderColor 130 ElemQualPassColor 50 ElemQualPassTranslucency 0 ElemQualPassType Shaded ElementColorCycler Default ElementDisplayQuality Fine ElementSelectInternal 1 GeomDisplayFreeEdges 0 GeomDisplayStitchedEdges 0 GeomFreeEdgeColor 186 GeomFreeEdgeEndMarker Circle GeomFreeEdgeFont Solid GeomFreeEdgeLineWidth Thick GeomStitchedEdgeColor 186 GeomStitchedEdgeEndMarker Circle GeomStitchedEdgeFont Solid GeomStitchedEdgeLineWidth Thick GroupElemFaceMultiGroupColor 181 GroupElemFaceNoGroupColor 130 GroupElemMultiGroupColor 181 GroupElemNoGroupColor 130 NodeMarker None NodeSelectInternal 1 NodeUnattachedMarker Asterisk RotationAxisColor 186 RotationAxisDisplaySwitch 0 RotationAxisFont Solid RotationAxisLineWidth Normal New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| ElemMaterialDisplayLaminateColor | Returns or sets the element material laminate element color |
| ElemMaterialDisplayNoMaterialColor | Returns or sets the element material no material element color |
| ElemQualFailColor | Returns or sets the element quality check failing element color |
| ElemQualFailShadedBorderColor | Returns or sets the element quality check failing shaded element border color |
| ElemQualPassColor | Returns or sets the element quality check passing element color |
| ElemQualPassTranslucency | Returns or sets the element quality check passing element translucency. |
| ElemQualPassType | Returns or sets the element quality check passing element display type |
| ElementColorCycler | Returns or sets the element color cycler basis |
| ElementDisplayQuality | Returns or sets the element display quality setting |
| ElementSelectInternal | Returns or sets the element select internal switch |
| GeomDisplayFreeEdges | Returns or sets the geometry display free edges switch |
| GeomDisplayStitchedEdges | Returns or sets the geometry display stitched edges switch |
| GeomFreeEdgeColor | Returns or sets the geometry display free edges color |
| GeomFreeEdgeEndMarker | Returns or sets the marker for endpoints of geometry free edges |
| GeomFreeEdgeFont | Returns or sets the geometry free edge font |
| GeomFreeEdgeLineWidth | Returns or sets the geometry free edge line width |
| GeomStitchedEdgeColor | Returns or sets the geometry display stitched edges color |
| GeomStitchedEdgeEndMarker | Returns or sets the marker for endpoints of geometry stitched edges |
| GeomStitchedEdgeFont | Returns or sets the geometry stitched edge font |
| GeomStitchedEdgeLineWidth | Returns or sets the geometry stitched edge line width |
| GroupElemFaceMultiGroupColor | Returns or sets the group element face multiple group color |
| GroupElemFaceNoGroupColor | Returns or sets the group element face no group color |
| GroupElemMultiGroupColor | Returns or sets the group element multiple group color |
| GroupElemNoGroupColor | Returns or sets the group element no group color |
| NodeColor | Returns or sets the node color |
| NodeDisplayMode | Returns or sets the node display mode type |
| NodeMarker | Returns or sets the node marker display symbol type |
| NodeMeshShowHideOption | Returns or sets the nodes to include for meshes in the show and hide commands |
| NodeSelectInternal | Returns or sets the node select internal switch |
| NodeUnattachedMarker | Returns or sets the unattached node marker display symbol type |
| RotationAxisColor | Returns or sets the model rotation axis color |
| RotationAxisDisplaySwitch | Returns or sets the model rotation axis display switch |
| RotationAxisFont | Returns or sets the model rotation axis font |
| RotationAxisLineWidth | Returns or sets the model rotation axis line width |
| SolverDisplayMode | Returns or sets the model’s Solver Display Mode. |
| Tag | Returns the Tag for this object. |
| UnattachedNodesInBoundingBoxRatio | Returns or sets the include unattached nodes in fit switch |
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. |
| SetColorsOnMeshes | This method will set the colors from the current element color cycler on all of the meshes in the model. |
| 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¶
| ModelDisplayBuilderElemQualPass Enumeration | specifies display style for elements which pass the element quality check |
| ModelDisplayBuilderElmClrBasis Enumeration | Indicates element color basis. |
| ModelDisplayBuilderElmDispQuality Enumeration | Indicates element display quality. |
| ModelDisplayBuilderFreeEdgeFont Enumeration | specifies the object font for geometry free edges |
| ModelDisplayBuilderFreeEdgeMarker Enumeration | specifies the marker for endpoints of geometry free edges |
| ModelDisplayBuilderFreeEdgeWidth Enumeration | specifies object width for display for geometry free edges |
| ModelDisplayBuilderNodeDisplayModeType Enumeration | Indicates node display mode type. |
| ModelDisplayBuilderNodeMarkerType Enumeration | Indicates node marker display symbol type. |
| ModelDisplayBuilderNodeMeshShowHideOptionType Enumeration | Indicates which nodes to include for meshes in show and hide commands. |
| ModelDisplayBuilderNodeUnattachedMarkerType Enumeration | Indicates unattached node marker display symbol type. |
| ModelDisplayBuilderRotationAxisLineFont Enumeration | specifies the object font for model rotation axis |
| ModelDisplayBuilderRotationAxisWidth Enumeration | specifies object width for display for model rotation axis |
| ModelDisplayBuilderStitchedEdgeFont Enumeration | specifies the object font for geometry free edges |
| ModelDisplayBuilderStitchedEdgeMarker Enumeration | specifies the marker for endpoints of geometry free edges |
| ModelDisplayBuilderStitchedEdgeWidth Enumeration | specifies object width for display for geometry stitched edges |
Property Detail¶
ElemMaterialDisplayLaminateColor¶
-
ModelDisplayBuilder.ElemMaterialDisplayLaminateColor¶ Returns or sets the element material laminate element color
-------------------------------------Getter Method
Signature
ElemMaterialDisplayLaminateColorReturns: Return type: Id New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemMaterialDisplayLaminateColorParameters: elemMaterialDisplayLaminateColor (Id) – New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemMaterialDisplayNoMaterialColor¶
-
ModelDisplayBuilder.ElemMaterialDisplayNoMaterialColor¶ Returns or sets the element material no material element color
-------------------------------------Getter Method
Signature
ElemMaterialDisplayNoMaterialColorReturns: Return type: Id New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemMaterialDisplayNoMaterialColorParameters: elemMaterialDisplayNoMaterialColor (Id) – New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemQualFailColor¶
-
ModelDisplayBuilder.ElemQualFailColor¶ Returns or sets the element quality check failing element color
-------------------------------------Getter Method
Signature
ElemQualFailColorReturns: Return type: Id New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemQualFailColorParameters: elemQualFailColor (Id) – New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemQualFailShadedBorderColor¶
-
ModelDisplayBuilder.ElemQualFailShadedBorderColor¶ Returns or sets the element quality check failing shaded element border color
-------------------------------------Getter Method
Signature
ElemQualFailShadedBorderColorReturns: Return type: Id New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemQualFailShadedBorderColorParameters: elemQualFailShadedBorderColor (Id) – New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemQualPassColor¶
-
ModelDisplayBuilder.ElemQualPassColor¶ Returns or sets the element quality check passing element color
-------------------------------------Getter Method
Signature
ElemQualPassColorReturns: Return type: Id New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemQualPassColorParameters: elemQualPassColor (Id) – New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemQualPassTranslucency¶
-
ModelDisplayBuilder.ElemQualPassTranslucency¶ Returns or sets the element quality check passing element translucency.
The range is 0-100.
-------------------------------------Getter Method
Signature
ElemQualPassTranslucencyReturns: Return type: int New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemQualPassTranslucencyParameters: elemQualPassTranslucency (int) – New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElemQualPassType¶
-
ModelDisplayBuilder.ElemQualPassType¶ Returns or sets the element quality check passing element display type
-------------------------------------Getter Method
Signature
ElemQualPassTypeReturns: Return type: NXOpen.CAE.ModelDisplayBuilderElemQualPassNew in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElemQualPassTypeParameters: elemQualPassType ( NXOpen.CAE.ModelDisplayBuilderElemQualPass) –New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElementColorCycler¶
-
ModelDisplayBuilder.ElementColorCycler¶ Returns or sets the element color cycler basis
-------------------------------------Getter Method
Signature
ElementColorCyclerReturns: Return type: NXOpen.CAE.ModelDisplayBuilderElmClrBasisNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElementColorCyclerParameters: elementColorCycler ( NXOpen.CAE.ModelDisplayBuilderElmClrBasis) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElementDisplayQuality¶
-
ModelDisplayBuilder.ElementDisplayQuality¶ Returns or sets the element display quality setting
-------------------------------------Getter Method
Signature
ElementDisplayQualityReturns: Return type: NXOpen.CAE.ModelDisplayBuilderElmDispQualityNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElementDisplayQualityParameters: elementDisplayQuality ( NXOpen.CAE.ModelDisplayBuilderElmDispQuality) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElementSelectInternal¶
-
ModelDisplayBuilder.ElementSelectInternal¶ Returns or sets the element select internal switch
-------------------------------------Getter Method
Signature
ElementSelectInternalReturns: Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
ElementSelectInternalParameters: elementSelectInternal (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomDisplayFreeEdges¶
-
ModelDisplayBuilder.GeomDisplayFreeEdges¶ Returns or sets the geometry display free edges switch
-------------------------------------Getter Method
Signature
GeomDisplayFreeEdgesReturns: Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomDisplayFreeEdgesParameters: geomDisplayFreeEdges (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomDisplayStitchedEdges¶
-
ModelDisplayBuilder.GeomDisplayStitchedEdges¶ Returns or sets the geometry display stitched edges switch
-------------------------------------Getter Method
Signature
GeomDisplayStitchedEdgesReturns: Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomDisplayStitchedEdgesParameters: geomDisplayStitchedEdges (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomFreeEdgeColor¶
-
ModelDisplayBuilder.GeomFreeEdgeColor¶ Returns or sets the geometry display free edges color
-------------------------------------Getter Method
Signature
GeomFreeEdgeColorReturns: Return type: Id New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomFreeEdgeColorParameters: geomFreeEdgeColor (Id) – New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomFreeEdgeEndMarker¶
-
ModelDisplayBuilder.GeomFreeEdgeEndMarker¶ Returns or sets the marker for endpoints of geometry free edges
-------------------------------------Getter Method
Signature
GeomFreeEdgeEndMarkerReturns: Return type: NXOpen.CAE.ModelDisplayBuilderFreeEdgeMarkerNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomFreeEdgeEndMarkerParameters: freeEdgeEndpointMarker ( NXOpen.CAE.ModelDisplayBuilderFreeEdgeMarker) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomFreeEdgeFont¶
-
ModelDisplayBuilder.GeomFreeEdgeFont¶ Returns or sets the geometry free edge font
-------------------------------------Getter Method
Signature
GeomFreeEdgeFontReturns: Return type: NXOpen.CAE.ModelDisplayBuilderFreeEdgeFontNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomFreeEdgeFontParameters: freeEdgeFont ( NXOpen.CAE.ModelDisplayBuilderFreeEdgeFont) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomFreeEdgeLineWidth¶
-
ModelDisplayBuilder.GeomFreeEdgeLineWidth¶ Returns or sets the geometry free edge line width
-------------------------------------Getter Method
Signature
GeomFreeEdgeLineWidthReturns: Return type: NXOpen.CAE.ModelDisplayBuilderFreeEdgeWidthNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomFreeEdgeLineWidthParameters: freeEdgeWidth ( NXOpen.CAE.ModelDisplayBuilderFreeEdgeWidth) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomStitchedEdgeColor¶
-
ModelDisplayBuilder.GeomStitchedEdgeColor¶ Returns or sets the geometry display stitched edges color
-------------------------------------Getter Method
Signature
GeomStitchedEdgeColorReturns: Return type: Id New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomStitchedEdgeColorParameters: geomStitchedEdgeColor (Id) – New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomStitchedEdgeEndMarker¶
-
ModelDisplayBuilder.GeomStitchedEdgeEndMarker¶ Returns or sets the marker for endpoints of geometry stitched edges
-------------------------------------Getter Method
Signature
GeomStitchedEdgeEndMarkerReturns: Return type: NXOpen.CAE.ModelDisplayBuilderStitchedEdgeMarkerNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomStitchedEdgeEndMarkerParameters: geomStitchedEdgeEndpointMarker ( NXOpen.CAE.ModelDisplayBuilderStitchedEdgeMarker) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomStitchedEdgeFont¶
-
ModelDisplayBuilder.GeomStitchedEdgeFont¶ Returns or sets the geometry stitched edge font
-------------------------------------Getter Method
Signature
GeomStitchedEdgeFontReturns: Return type: NXOpen.CAE.ModelDisplayBuilderStitchedEdgeFontNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomStitchedEdgeFontParameters: geomStitchedEdgeFont ( NXOpen.CAE.ModelDisplayBuilderStitchedEdgeFont) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GeomStitchedEdgeLineWidth¶
-
ModelDisplayBuilder.GeomStitchedEdgeLineWidth¶ Returns or sets the geometry stitched edge line width
-------------------------------------Getter Method
Signature
GeomStitchedEdgeLineWidthReturns: Return type: NXOpen.CAE.ModelDisplayBuilderStitchedEdgeWidthNew in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GeomStitchedEdgeLineWidthParameters: geomStitchedEdgeWidth ( NXOpen.CAE.ModelDisplayBuilderStitchedEdgeWidth) –New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
GroupElemFaceMultiGroupColor¶
-
ModelDisplayBuilder.GroupElemFaceMultiGroupColor¶ Returns or sets the group element face multiple group color
-------------------------------------Getter Method
Signature
GroupElemFaceMultiGroupColorReturns: Return type: Id New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GroupElemFaceMultiGroupColorParameters: groupElemFaceMultiGroupColor (Id) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GroupElemFaceNoGroupColor¶
-
ModelDisplayBuilder.GroupElemFaceNoGroupColor¶ Returns or sets the group element face no group color
-------------------------------------Getter Method
Signature
GroupElemFaceNoGroupColorReturns: Return type: Id New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GroupElemFaceNoGroupColorParameters: groupElemFaceNoGroupColor (Id) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GroupElemMultiGroupColor¶
-
ModelDisplayBuilder.GroupElemMultiGroupColor¶ Returns or sets the group element multiple group color
-------------------------------------Getter Method
Signature
GroupElemMultiGroupColorReturns: Return type: Id New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GroupElemMultiGroupColorParameters: groupElemMultiGroupColor (Id) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GroupElemNoGroupColor¶
-
ModelDisplayBuilder.GroupElemNoGroupColor¶ Returns or sets the group element no group color
-------------------------------------Getter Method
Signature
GroupElemNoGroupColorReturns: Return type: Id New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
GroupElemNoGroupColorParameters: groupElemNoGroupColor (Id) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeColor¶
-
ModelDisplayBuilder.NodeColor¶ Returns or sets the node color
-------------------------------------Getter Method
Signature
NodeColorReturns: Return type: Id New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeColorParameters: nodeColor (Id) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeDisplayMode¶
-
ModelDisplayBuilder.NodeDisplayMode¶ Returns or sets the node display mode type
-------------------------------------Getter Method
Signature
NodeDisplayModeReturns: Return type: NXOpen.CAE.ModelDisplayBuilderNodeDisplayModeTypeNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeDisplayModeParameters: nodeDisplayMode ( NXOpen.CAE.ModelDisplayBuilderNodeDisplayModeType) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeMarker¶
-
ModelDisplayBuilder.NodeMarker¶ Returns or sets the node marker display symbol type
-------------------------------------Getter Method
Signature
NodeMarkerReturns: Return type: NXOpen.CAE.ModelDisplayBuilderNodeMarkerTypeNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeMarkerParameters: nodeMarker ( NXOpen.CAE.ModelDisplayBuilderNodeMarkerType) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeMeshShowHideOption¶
-
ModelDisplayBuilder.NodeMeshShowHideOption¶ Returns or sets the nodes to include for meshes in the show and hide commands
-------------------------------------Getter Method
Signature
NodeMeshShowHideOptionReturns: Return type: NXOpen.CAE.ModelDisplayBuilderNodeMeshShowHideOptionTypeNew in version NX9.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeMeshShowHideOptionParameters: nodeMeshShowHideOption ( NXOpen.CAE.ModelDisplayBuilderNodeMeshShowHideOptionType) –New in version NX9.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeSelectInternal¶
-
ModelDisplayBuilder.NodeSelectInternal¶ Returns or sets the node select internal switch
-------------------------------------Getter Method
Signature
NodeSelectInternalReturns: Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeSelectInternalParameters: nodeSelectInternal (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
NodeUnattachedMarker¶
-
ModelDisplayBuilder.NodeUnattachedMarker¶ Returns or sets the unattached node marker display symbol type
-------------------------------------Getter Method
Signature
NodeUnattachedMarkerReturns: Return type: NXOpen.CAE.ModelDisplayBuilderNodeUnattachedMarkerTypeNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
NodeUnattachedMarkerParameters: nodeUnattachedMarker ( NXOpen.CAE.ModelDisplayBuilderNodeUnattachedMarkerType) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
RotationAxisColor¶
-
ModelDisplayBuilder.RotationAxisColor¶ Returns or sets the model rotation axis color
-------------------------------------Getter Method
Signature
RotationAxisColorReturns: Return type: Id New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
RotationAxisColorParameters: rotationAxisColor (Id) – New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
RotationAxisDisplaySwitch¶
-
ModelDisplayBuilder.RotationAxisDisplaySwitch¶ Returns or sets the model rotation axis display switch
-------------------------------------Getter Method
Signature
RotationAxisDisplaySwitchReturns: Return type: bool New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
RotationAxisDisplaySwitchParameters: rotationAxisDisplaySwitch (bool) – New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
RotationAxisFont¶
-
ModelDisplayBuilder.RotationAxisFont¶ Returns or sets the model rotation axis font
-------------------------------------Getter Method
Signature
RotationAxisFontReturns: Return type: NXOpen.CAE.ModelDisplayBuilderRotationAxisLineFontNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
RotationAxisFontParameters: rotationAxisFont ( NXOpen.CAE.ModelDisplayBuilderRotationAxisLineFont) –New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
RotationAxisLineWidth¶
-
ModelDisplayBuilder.RotationAxisLineWidth¶ Returns or sets the model rotation axis line width
-------------------------------------Getter Method
Signature
RotationAxisLineWidthReturns: Return type: NXOpen.CAE.ModelDisplayBuilderRotationAxisWidthNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
RotationAxisLineWidthParameters: rotationAxisLineWidth ( NXOpen.CAE.ModelDisplayBuilderRotationAxisWidth) –New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
SolverDisplayMode¶
-
ModelDisplayBuilder.SolverDisplayMode¶ Returns or sets the model’s Solver Display Mode.
-------------------------------------Getter Method
Signature
SolverDisplayModeReturns: Return type: str New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
SolverDisplayModeParameters: name (str) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
UnattachedNodesInBoundingBoxRatio¶
-
ModelDisplayBuilder.UnattachedNodesInBoundingBoxRatio¶ Returns or sets the include unattached nodes in fit switch
-------------------------------------Getter Method
Signature
UnattachedNodesInBoundingBoxRatioReturns: Return type: float New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
UnattachedNodesInBoundingBoxRatioParameters: unattachedNodesInBoundingBoxRatio (float) – New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Method Detail¶
SetColorsOnMeshes¶
-
ModelDisplayBuilder.SetColorsOnMeshes¶ This method will set the colors from the current element color cycler on all of the meshes in the model.
Signature
SetColorsOnMeshes()New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”)
Validate¶
-
ModelDisplayBuilder.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.