|
NX Open C++ Reference Guide
|
Represents a ObjectTypeSelector to be used when filter out the objects based on the type during import/export. More...
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. | |
| 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. | |
| bool | Curves () |
| Returns the curves - This should be set to true if curves are desired in the output file Created in NX5.0.0. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| bool | Solids () |
| Returns the solids - This should be set to true if solids are desired in the output file Created in NX5.0.0. | |
| bool | Structures () |
| Returns the structures - This should be set to true if structures are desired in the output file Created in NX5.0.0. | |
| bool | Surfaces () |
| Returns the surfaces - This should be set to true if surfaces are desired in the output file Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a 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 DexManager .
Creator not available in KF.
Created in NX5.0.0.
| 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
| annotations | annotations |
| 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
| csys | csys |
| 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
| curves | curves |
| 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
| pmiData | pmidata |
| 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
| productData | productdata |
| 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
| solids | solids |
| 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
| structures | structures |
| 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
| surfaces | surfaces |
| 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