|
NX Open C++ Reference Guide
|
Represents a tool control whether to show a surface's poles and knots
To obtain an instance of this class, refer to GeometricAnalysis::AnalysisObjectCollection
Created in NX6.0.0.
More...
Public Types | |
| enum | ShowFlagType { ShowFlagTypePole, ShowFlagTypeKnot } |
| Show flag types. More... | |
Public Member Functions | |
| void | SetShowFlag (NXOpen::DisplayableObject *surface, NXOpen::GeometricAnalysis::SurfaceAnalysisDisplay::ShowFlagType choice, bool on) |
| Sets show flags Created in NX6.0.0. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a tool control whether to show a surface's poles and knots
To obtain an instance of this class, refer to GeometricAnalysis::AnalysisObjectCollection
Created in NX6.0.0.
| void NXOpen::GeometricAnalysis::SurfaceAnalysisDisplay::SetShowFlag | ( | NXOpen::DisplayableObject * | surface, |
| NXOpen::GeometricAnalysis::SurfaceAnalysisDisplay::ShowFlagType | choice, | ||
| bool | on | ||
| ) |
Sets show flags
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| surface | surface |
| choice | pole/knot |
| on | true/false to show flags |
| tag_t NXOpen::GeometricAnalysis::SurfaceAnalysisDisplay::Tag | ( | ) | const |
Returns the tag of this object.