NX Open C++ Reference Guide
|
Represents a DOF Set display attributes. More...
Public Member Functions | |
bool | GraphicSymbolDisplayFlag () |
Returns the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
bool | NameDisplayFlag () |
Returns the true/false flag based on whether the name of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
bool | NodeIdDisplayFlag () |
Returns the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
int | Scale () |
Returns 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. | |
void | SetGraphicSymbolDisplayFlag (bool graphicSymbolFlag) |
Sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
void | SetNameDisplayFlag (bool nameFlag) |
Sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
void | SetNodeIdDisplayFlag (bool nodeIdFlag) |
Sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window Created in NX7.5.0. | |
void | SetScale (int scale) |
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. | |
void | SetShadeGraphicSymbol (bool shadeGsymbolFlag) |
Sets the flag indicating whether or not shading of graphic symbols is required Created in NX7.5.0. | |
bool | ShadeGraphicSymbol () |
Returns the flag indicating whether or not shading of graphic symbols is required Created in NX7.5.0. | |
void | UpdateDisplay () |
Updates the display of the DOF Set. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a DOF Set display attributes.
Created in NX7.5.0.
bool NXOpen::CAE::CaeDOFSetDisplay::GraphicSymbolDisplayFlag | ( | ) |
Returns the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bool NXOpen::CAE::CaeDOFSetDisplay::NameDisplayFlag | ( | ) |
Returns the true/false flag based on whether the name of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bool NXOpen::CAE::CaeDOFSetDisplay::NodeIdDisplayFlag | ( | ) |
Returns the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
int NXOpen::CAE::CaeDOFSetDisplay::Scale | ( | ) |
Returns 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.
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::CaeDOFSetDisplay::SetGraphicSymbolDisplayFlag | ( | bool | graphicSymbolFlag | ) |
Sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
graphicSymbolFlag | true when the graphic symbol should be displayed, false otherwise |
void NXOpen::CAE::CaeDOFSetDisplay::SetNameDisplayFlag | ( | bool | nameFlag | ) |
Sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
nameFlag | true when the name should be displayed, false otherwise |
void NXOpen::CAE::CaeDOFSetDisplay::SetNodeIdDisplayFlag | ( | bool | nodeIdFlag | ) |
Sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
nodeIdFlag | true when the node id should be displayed, false otherwise |
void NXOpen::CAE::CaeDOFSetDisplay::SetScale | ( | int | scale | ) |
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.
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
scale | 1 is the smallest - 100 is the largest |
void NXOpen::CAE::CaeDOFSetDisplay::SetShadeGraphicSymbol | ( | bool | shadeGsymbolFlag | ) |
Sets the flag indicating whether or not shading of graphic symbols is required
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
shadeGsymbolFlag | true when shading is required, false otherwise |
bool NXOpen::CAE::CaeDOFSetDisplay::ShadeGraphicSymbol | ( | ) |
Returns the flag indicating whether or not shading of graphic symbols is required
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::CaeDOFSetDisplay::UpdateDisplay | ( | ) |
Updates the display of the DOF Set.
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")