NX Open C++ Reference Guide
|
Represents a search model view
To create or edit an instance of this class, use Annotations::SearchModelViewBuilder
Created in NX7.5.0.
More...
Additional Inherited Members | |
![]() | |
enum | SectionCap { SectionCapOff, SectionCapOn, SectionCapBodyColor, SectionCapBodyColorAndInterference } |
Defines whether to disable and enable capping. More... | |
enum | SectionPlane { SectionPlanePrimary, SectionPlaneSecondary } |
This arbitrarily defines an initaial reference point. More... | |
![]() | |
NXOpen::Display::DynamicSection * | ActiveDynamicSection () |
Returns the active dynamic section object in the modeling view. | |
bool | DisplaySectioningToggle () |
Returns the toggle between enabling or disabling the Dynamic Sectioning viewing Created in NX4.0.0. | |
void | GetDisplaySectioning (NXOpen::Matrix3x3 *sectionMatrix, NXOpen::Point3d *sectionOrigin, std::vector< double > &planeDist, NXOpen::ModelingView::OtherSectionAttrT *otherAttrs) |
To adjust and orient the Sectioning planes as a quick display trick. | |
NXOpen::ModelingViewHighQualityImage * | HiqhQualityImage () |
Returns the High Quality Image instance belonging to a view Created in NX3.0.0. | |
bool | IsDynamicSectionVisible (NXOpen::Display::DynamicSection *dynamicSection) |
Returns if the specified dynamic section object is visible in this view. | |
bool | IsMirrored () |
Returns a flag indicating whether the model view is mirrored Created in NX8.5.0. | |
void | SetActiveDynamicSection (NXOpen::Display::DynamicSection *dynamicSection) |
Sets the active dynamic section object in the modeling view. | |
void | SetDisplaySectioning (const NXOpen::Matrix3x3 §ionMatrix, const NXOpen::Point3d §ionOrigin, const std::vector< double > &planeDist, const NXOpen::ModelingView::OtherSectionAttrT &otherAttrs) |
To adjust and orient the Sectioning planes as a quick display trick. | |
void | SetDisplaySectioningToggle (bool newState) |
Sets the toggle between enabling or disabling the Dynamic Sectioning viewing Created in NX4.0.0. | |
void | SetDynamicSectionVisible (NXOpen::Display::DynamicSection *dynamicSection, bool visible) |
Sets the specified dynamic section object is visible/invisible in this view. | |
void | UseDefaultLights () |
Changes the set of lights used in the given view to the "Default" set, which for now is the Scene Ambient, Scene Left Top and Scene Right Top lights. | |
void | UseSceneLights () |
Changes the set of lights used in the given view to the "Scene" set, which for now includes the eight predefined scene lights (including the Scene Ambient light). | |
Represents a search model view
To create or edit an instance of this class, use Annotations::SearchModelViewBuilder
Created in NX7.5.0.