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

Represents a NXOpen::ObjectTypeSelector to be used when filter out the objects based on the type during import/export. More...

Inheritance diagram for NXOpen::ObjectTypeSelector:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool Annotations ()
 Returns the annotations - This should be set to true if annotations are desired in the output file
Created in NX5.0.0. More...
 
bool Csys ()
 Returns the csys - This should be set to true if coordinate systems are desired in the output file
Created in NX5.0.0. More...
 
bool Curves ()
 Returns the curves - This should be set to true if curves are desired in the output file
Created in NX5.0.0. More...
 
bool PmiData ()
 Returns the pmi data - This should be set to true if pmi data are desired in the output file
Created in NX8.0.0. More...
 
bool ProductData ()
 Returns the product data - This should be set to true if product data are desired in the output file
Created in NX5.0.0. More...
 
void SetAnnotations (bool annotations)
 Sets the annotations - This should be set to true if annotations are desired in the output file
Created in NX5.0.0. More...
 
void SetCsys (bool csys)
 Sets the csys - This should be set to true if coordinate systems are desired in the output file
Created in NX5.0.0. More...
 
void SetCurves (bool curves)
 Sets the curves - This should be set to true if curves are desired in the output file
Created in NX5.0.0. More...
 
void SetPmiData (bool pmiData)
 Sets the pmi data - This should be set to true if pmi data are desired in the output file
Created in NX8.0.0. More...
 
void SetProductData (bool productData)
 Sets the product data - This should be set to true if product data are desired in the output file
Created in NX5.0.0. More...
 
void SetSolids (bool solids)
 Sets the solids - This should be set to true if solids are desired in the output file
Created in NX5.0.0. More...
 
void SetStructures (bool structures)
 Sets the structures - This should be set to true if structures are desired in the output file
Created in NX5.0.0. More...
 
void SetSurfaces (bool surfaces)
 Sets the surfaces - This should be set to true if surfaces are desired in the output file
Created in NX5.0.0. More...
 
void SetTessellation (bool tessellation)
 Sets the Tessellation - This should be set to true if Tessellation information is to be written to STEP file
Created in NX11.0.0. More...
 
bool Solids ()
 Returns the solids - This should be set to true if solids are desired in the output file
Created in NX5.0.0. More...
 
bool Structures ()
 Returns the structures - This should be set to true if structures are desired in the output file
Created in NX5.0.0. More...
 
bool Surfaces ()
 Returns the surfaces - This should be set to true if surfaces are desired in the output file
Created in NX5.0.0. More...
 
bool Tessellation ()
 Returns the Tessellation - This should be set to true if Tessellation information is to be written to STEP file
Created in NX11.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::ObjectTypeSelector to be used when filter out the objects based on the type during import/export.

This can be curves, solids,etc.This class is created using NXOpen::DexManager .
Creator not available in KF.

Created in NX5.0.0.

Member Function Documentation

bool NXOpen::ObjectTypeSelector::Annotations ( )

Returns the annotations - This should be set to true if annotations are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::Csys ( )

Returns the csys - This should be set to true if coordinate systems are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::Curves ( )

Returns the curves - This should be set to true if curves are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::PmiData ( )

Returns the pmi data - This should be set to true if pmi data are desired in the output file
Created in NX8.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::ProductData ( )

Returns the product data - This should be set to true if product data are desired in the output file
Created in NX5.0.0.



License requirements : None

void NXOpen::ObjectTypeSelector::SetAnnotations ( bool  annotations)

Sets the annotations - This should be set to true if annotations are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
annotationsannotations
void NXOpen::ObjectTypeSelector::SetCsys ( bool  csys)

Sets the csys - This should be set to true if coordinate systems are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
csyscsys
void NXOpen::ObjectTypeSelector::SetCurves ( bool  curves)

Sets the curves - This should be set to true if curves are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
curvescurves
void NXOpen::ObjectTypeSelector::SetPmiData ( bool  pmiData)

Sets the pmi data - This should be set to true if pmi data are desired in the output file
Created in NX8.0.0.



License requirements : None

Parameters
pmiDatapmidata
void NXOpen::ObjectTypeSelector::SetProductData ( bool  productData)

Sets the product data - This should be set to true if product data are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
productDataproductdata
void NXOpen::ObjectTypeSelector::SetSolids ( bool  solids)

Sets the solids - This should be set to true if solids are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
solidssolids
void NXOpen::ObjectTypeSelector::SetStructures ( bool  structures)

Sets the structures - This should be set to true if structures are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
structuresstructures
void NXOpen::ObjectTypeSelector::SetSurfaces ( bool  surfaces)

Sets the surfaces - This should be set to true if surfaces are desired in the output file
Created in NX5.0.0.



License requirements : None

Parameters
surfacessurfaces
void NXOpen::ObjectTypeSelector::SetTessellation ( bool  tessellation)

Sets the Tessellation - This should be set to true if Tessellation information is to be written to STEP file
Created in NX11.0.0.



License requirements : None

Parameters
tessellationtessellation
bool NXOpen::ObjectTypeSelector::Solids ( )

Returns the solids - This should be set to true if solids are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::Structures ( )

Returns the structures - This should be set to true if structures are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::Surfaces ( )

Returns the surfaces - This should be set to true if surfaces are desired in the output file
Created in NX5.0.0.



License requirements : None

bool NXOpen::ObjectTypeSelector::Tessellation ( )

Returns the Tessellation - This should be set to true if Tessellation information is to be written to STEP file
Created in NX11.0.0.



License requirements : None


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