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

Used to import an STL file into the work part. More...

Inheritance diagram for NXOpen.STLImporter:
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 STL file units. More...
 
enum  FileFormatType { Ascii, Binary }
 Specifies the STL file format. More...
 

Properties

unsafe
NXOpen.STLImporter.AngularToleranceType 
AngularTolerance [get, set]
 Returns or sets the angular tolerance. More...
 
unsafe bool DisplayInformation [get, set]
 Returns or sets the Display Information flag. More...
 
unsafe
NXOpen.STLImporter.FileFormatType 
FileFormat [get, set]
 Returns or sets the file format. More...
 
unsafe
NXOpen.STLImporter.FileUnitsType 
FileUnits [get, set]
 Returns or sets the file units. More...
 
unsafe bool HideSmoothEdges [get, set]
 Returns or sets the Hide Smooth Edges 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 an STL file into the work part.

To obtain an instance of this class use ImportManager.CreateStlImporter .

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 STL file format.

Enumerator
Ascii 

STL file is in ASCII format.

Binary 

STL file is in binary format.

Specifies the STL file units.

Enumerator
Meters 

STL file is in units of meters.

Millimeters 

STL file is in units of millimeters.

Inches 

STL file is in units of inches.

Property Documentation

unsafe NXOpen.STLImporter.AngularToleranceType NXOpen.STLImporter.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 bool NXOpen.STLImporter.DisplayInformation
getset

Returns or sets the Display Information flag.

True if the Display Information flag is on.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.STLImporter.FileFormatType NXOpen.STLImporter.FileFormat
getset

Returns or sets the file format.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.STLImporter.FileUnitsType NXOpen.STLImporter.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.STLImporter.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.


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