NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Features::OutputFeatureData Class Reference

Represents the data of a output feature. More...

Inheritance diagram for NXOpen::Features::OutputFeatureData:
NXOpen::TransientObject

Public Member Functions

NXOpen::Features::FeatureGetFeature ()
 Get the feature. More...
 
void SetShowInGraphicView (bool showInGraphicView)
 Sets the output feature visibility in Graphic View
Created in NX11.0.0. More...
 
bool ShowInGraphicView ()
 Returns the output feature visibility in Graphic View
Created in NX11.0.0. More...
 
virtual ~OutputFeatureData ()
 Frees the memory associated with this object. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the data of a output feature.


An instance of this class can be obtained from NXOpen::Features::CustomFeaturePostUpdateEvent::CreateOutputFeatureData

Created in NX11.0.0.

Constructor & Destructor Documentation

virtual NXOpen::Features::OutputFeatureData::~OutputFeatureData ( )
virtual

Frees the memory associated with this object.

After invocation of this method, the object is no longer valid.
Created in NX11.0.0.

License requirements : None

Member Function Documentation

NXOpen::Features::Feature* NXOpen::Features::OutputFeatureData::GetFeature ( )

Get the feature.

Returns
The Output Feature
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::OutputFeatureData::SetShowInGraphicView ( bool  showInGraphicView)

Sets the output feature visibility in Graphic View
Created in NX11.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
showInGraphicViewTrue if the feature to be visible in Graphic View else false
bool NXOpen::Features::OutputFeatureData::ShowInGraphicView ( )

Returns the output feature visibility in Graphic View
Created in NX11.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.