NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.VRMLImporter Class Reference

Used to import a VRML file into the work part. More...

Inheritance diagram for NXOpen.VRMLImporter:
NXOpen.Importer NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  AngularToleranceType { Coarse, Medium, Fine }
 Specifies the angular tolerance. More...
 
enum  FileUnitsType { Meters, Millimeters, Inches }
 Specifies the VRML file units. More...
 

Properties

unsafe bool AllLevelsOfDetail [get, set]
 Returns or sets the All Levels of Detail flag. More...
 
unsafe
NXOpen.VRMLImporter.AngularToleranceType 
AngularTolerance [get, set]
 Returns or sets the angular tolerance. More...
 
unsafe
NXOpen.VRMLImporter.FileUnitsType 
FileUnits [get, set]
 Returns or sets the file units. More...
 
unsafe bool GenerateOneModel [get, set]
 Returns or sets the Generate One Model flag. More...
 
unsafe bool HideSmoothEdges [get, set]
 Returns or sets the Hide Smooth Edges flag. More...
 
unsafe bool MoreSummaryDetails [get, set]
 Returns or sets the More Summary Details flag. More...
 
unsafe bool SuppressWarningMessages [get, set]
 Returns or sets the Suppress Warning Messages flag. More...
 
- Properties inherited from NXOpen.Importer
unsafe string FileName [get, set]
 Returns or sets the name of the file containing the data to import. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Detailed Description

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

Member Enumeration Documentation

Specifies the angular tolerance.

Enumerator
Coarse 

Import with coarse angular tolerance.

Medium 

Import with medium angular tolerance.

Fine 

Import with fine angular tolerance.

Specifies the VRML file units.

Enumerator
Meters 

VRML file is in units of meters.

Millimeters 

VRML file is in units of millimeters.

Inches 

VRML file is in units of inches.

Property Documentation

unsafe bool NXOpen.VRMLImporter.AllLevelsOfDetail
getset

Returns or sets the All Levels of Detail flag.

True if the All Levels of Detail flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.VRMLImporter.AngularToleranceType NXOpen.VRMLImporter.AngularTolerance
getset

Returns or sets the angular tolerance.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.VRMLImporter.FileUnitsType NXOpen.VRMLImporter.FileUnits
getset

Returns or sets the file units.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.VRMLImporter.GenerateOneModel
getset

Returns or sets the Generate One Model flag.

True if the Generate One Model flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.VRMLImporter.HideSmoothEdges
getset

Returns or sets the Hide Smooth Edges flag.

True if the Hide Smooth Edges flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.VRMLImporter.MoreSummaryDetails
getset

Returns or sets the More Summary Details flag.

True if the More Summary Details flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.VRMLImporter.SuppressWarningMessages
getset

Returns or sets the Suppress Warning Messages flag.

True if the Suppress Warning Messages flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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