CaeDOFSetDisplay Class¶
-
class
NXOpen.CAE.CaeDOFSetDisplay¶ Bases:
NXOpen.TaggedObjectRepresents a DOF Set display attributes
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| GraphicSymbolDisplayFlag | Returns or sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window |
| NameDisplayFlag | Returns or sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window |
| NodeIdDisplayFlag | Returns or sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window |
| Scale | Returns or sets the DOF Set display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the FE model. |
| ShadeGraphicSymbol | Returns or sets the flag indicating whether or not shading of graphic symbols is required |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| UpdateDisplay | Updates the display of the DOF Set |
Property Detail¶
GraphicSymbolDisplayFlag¶
-
CaeDOFSetDisplay.GraphicSymbolDisplayFlag¶ Returns or sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window
-------------------------------------Getter Method
Signature
GraphicSymbolDisplayFlagReturns: true when the graphic symbol is displayed, false otherwise Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
GraphicSymbolDisplayFlagParameters: graphicSymbolFlag (bool) – true when the graphic symbol should be displayed, false otherwise New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
NameDisplayFlag¶
-
CaeDOFSetDisplay.NameDisplayFlag¶ Returns or sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window
-------------------------------------Getter Method
Signature
NameDisplayFlagReturns: true when the name is displayed, false otherwise Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
NameDisplayFlagParameters: nameFlag (bool) – true when the name should be displayed, false otherwise New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
NodeIdDisplayFlag¶
-
CaeDOFSetDisplay.NodeIdDisplayFlag¶ Returns or sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window
-------------------------------------Getter Method
Signature
NodeIdDisplayFlagReturns: true when the node id is displayed, false otherwise Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
NodeIdDisplayFlagParameters: nodeIdFlag (bool) – true when the node id should be displayed, false otherwise New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Scale¶
-
CaeDOFSetDisplay.Scale¶ Returns or sets the DOF Set display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the FE model.
-------------------------------------Getter Method
Signature
ScaleReturns: 1 is the smallest - 100 is the largest Return type: int New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
ScaleParameters: scale (int) – 1 is the smallest - 100 is the largest New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
ShadeGraphicSymbol¶
-
CaeDOFSetDisplay.ShadeGraphicSymbol¶ Returns or sets the flag indicating whether or not shading of graphic symbols is required
-------------------------------------Getter Method
Signature
ShadeGraphicSymbolReturns: true when shading is required, false otherwise Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
ShadeGraphicSymbolParameters: shadeGsymbolFlag (bool) – true when shading is required, false otherwise New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)