|
NX Open C++ Reference Guide
|
Used to import a VRML file into the work part. More...
Public Types | |
| enum | AngularToleranceType { AngularToleranceTypeCoarse, AngularToleranceTypeMedium, AngularToleranceTypeFine } |
| Specifies the angular tolerance. More... | |
| enum | FileUnitsType { FileUnitsTypeMeters, FileUnitsTypeMillimeters, FileUnitsTypeInches } |
| Specifies the VRML file units. More... | |
Public Member Functions | |
| bool | AllLevelsOfDetail () |
| Returns the All Levels of Detail flag. | |
| NXOpen::VRMLImporter::AngularToleranceType | AngularTolerance () |
| Returns the angular tolerance. | |
| NXOpen::VRMLImporter::FileUnitsType | FileUnits () |
| Returns the file units. | |
| bool | GenerateOneModel () |
| Returns the Generate One Model flag. | |
| bool | HideSmoothEdges () |
| Returns the Hide Smooth Edges flag. | |
| bool | MoreSummaryDetails () |
| Returns the More Summary Details flag. | |
| void | SetAllLevelsOfDetail (bool allLevelsOfDetail) |
| Sets the All Levels of Detail flag. | |
| void | SetAngularTolerance (NXOpen::VRMLImporter::AngularToleranceType angularTolerance) |
| Sets the angular tolerance. | |
| void | SetFileUnits (NXOpen::VRMLImporter::FileUnitsType fileUnits) |
| Sets the file units. | |
| void | SetGenerateOneModel (bool generateOneModel) |
| Sets the Generate One Model flag. | |
| void | SetHideSmoothEdges (bool hideSmoothEdges) |
| Sets the Hide Smooth Edges flag. | |
| void | SetMoreSummaryDetails (bool moreSummaryDetails) |
| Sets the More Summary Details flag. | |
| void | SetSuppressWarningMessages (bool suppressWarningMessages) |
| Sets the Suppress Warning Messages flag. | |
| bool | SuppressWarningMessages () |
| Returns the Suppress Warning Messages flag. | |
Public Member Functions inherited from NXOpen::Importer | |
| NXString | FileName () |
| Returns the name of the file containing the data to import. | |
| void | SetFileName (const NXString &fileName) |
| Sets the name of the file containing the data to import. | |
| void | SetFileName (const char *fileName) |
| Sets the name of the file containing the data to import. | |
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. | |
Used to import a VRML file into the work part.
To obtain an instance of this class use ImportManager::CreateVrmlImporter .
Created in NX5.0.0.
| bool NXOpen::VRMLImporter::AllLevelsOfDetail | ( | ) |
Returns the All Levels of Detail flag.
True if the All Levels of Detail flag is on.
Created in NX5.0.0.
License requirements : None
| NXOpen::VRMLImporter::AngularToleranceType NXOpen::VRMLImporter::AngularTolerance | ( | ) |
Returns the angular tolerance.
Created in NX5.0.0.
License requirements : None
| NXOpen::VRMLImporter::FileUnitsType NXOpen::VRMLImporter::FileUnits | ( | ) |
Returns the file units.
Created in NX5.0.0.
License requirements : None
| bool NXOpen::VRMLImporter::GenerateOneModel | ( | ) |
Returns the Generate One Model flag.
True if the Generate One Model flag is on.
Created in NX5.0.0.
License requirements : None
| bool NXOpen::VRMLImporter::HideSmoothEdges | ( | ) |
Returns the Hide Smooth Edges flag.
True if the Hide Smooth Edges flag is on.
Created in NX5.0.0.
License requirements : None
| bool NXOpen::VRMLImporter::MoreSummaryDetails | ( | ) |
Returns the More Summary Details flag.
True if the More Summary Details flag is on.
Created in NX5.0.0.
License requirements : None
| void NXOpen::VRMLImporter::SetAllLevelsOfDetail | ( | bool | allLevelsOfDetail | ) |
Sets the All Levels of Detail flag.
True if the All Levels of Detail flag is on.
Created in NX5.0.0.
License requirements : None
| allLevelsOfDetail | all levels of detail |
| void NXOpen::VRMLImporter::SetAngularTolerance | ( | NXOpen::VRMLImporter::AngularToleranceType | angularTolerance | ) |
Sets the angular tolerance.
Created in NX5.0.0.
License requirements : None
| angularTolerance | angular tolerance |
| void NXOpen::VRMLImporter::SetFileUnits | ( | NXOpen::VRMLImporter::FileUnitsType | fileUnits | ) |
Sets the file units.
Created in NX5.0.0.
License requirements : None
| fileUnits | file units |
| void NXOpen::VRMLImporter::SetGenerateOneModel | ( | bool | generateOneModel | ) |
Sets the Generate One Model flag.
True if the Generate One Model flag is on.
Created in NX5.0.0.
License requirements : None
| generateOneModel | generate one model |
| void NXOpen::VRMLImporter::SetHideSmoothEdges | ( | bool | hideSmoothEdges | ) |
Sets the Hide Smooth Edges flag.
True if the Hide Smooth Edges flag is on.
Created in NX5.0.0.
License requirements : None
| hideSmoothEdges | hide smooth edges |
| void NXOpen::VRMLImporter::SetMoreSummaryDetails | ( | bool | moreSummaryDetails | ) |
Sets the More Summary Details flag.
True if the More Summary Details flag is on.
Created in NX5.0.0.
License requirements : None
| moreSummaryDetails | more summary details |
| void NXOpen::VRMLImporter::SetSuppressWarningMessages | ( | bool | suppressWarningMessages | ) |
Sets the Suppress Warning Messages flag.
True if the Suppress Warning Messages flag is on.
Created in NX5.0.0.
License requirements : None
| suppressWarningMessages | suppress warning messages |
| bool NXOpen::VRMLImporter::SuppressWarningMessages | ( | ) |
Returns the Suppress Warning Messages flag.
True if the Suppress Warning Messages flag is on.
Created in NX5.0.0.
License requirements : None