NX Open C++ Reference Guide
|
Represents a BC display attributes. More...
Public Member Functions | |
bool | DisplayName () |
Returns the true/false flag based on whether the name of the BC is displayed in the graphics window Created in NX6.0.0. | |
NXOpen::Expression * | Scale () |
Returns the RS display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the RS OBject. | |
void | SetDisplayName (bool nameFlag) |
Sets the true/false flag based on whether the name of the BC is displayed in the graphics window Created in NX6.0.0. |
Represents a BC display attributes.
Created in NX6.0.0.
Returns the true/false flag based on whether the name of the BC is displayed in the graphics window
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
Returns the RS display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the RS OBject.
scale -> 0
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::RSDisplayObject::SetDisplayName | ( | bool | nameFlag | ) |
Sets the true/false flag based on whether the name of the BC is displayed in the graphics window
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
nameFlag | true when the name should be displayed, false otherwise |