NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.ImportManager Class Reference

Used to create importer objects. More...

Inheritance diagram for NXOpen.ImportManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.Importer CreateCgmImporter ()
 Creates a CGM importer object. More...
 
unsafe NXOpen.Importer CreateParasolidImporter ()
 Creates a Parasolid importer object. More...
 
unsafe NXOpen.PartImporter CreatePartImporter ()
 Creates a part importer object. More...
 
unsafe NXOpen.Importer CreateSolidEdgeImporter ()
 Creates a Solid Edge importer object. More...
 
unsafe NXOpen.Importer CreateSteinbichlerImporter ()
 Creates a Steinbichler importer object. More...
 
unsafe NXOpen.STLImporter CreateStlImporter ()
 Creates an STL importer object. More...
 
unsafe NXOpen.VRMLImporter CreateVrmlImporter ()
 Creates a VRML importer object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Used to create importer objects.

To obtain an instance of this class, refer to NXOpen.Part

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.Importer NXOpen.ImportManager.CreateCgmImporter ( )
inline

Creates a CGM importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The CGM importer.
unsafe NXOpen.Importer NXOpen.ImportManager.CreateParasolidImporter ( )
inline

Creates a Parasolid importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The Parasolid importer.
unsafe NXOpen.PartImporter NXOpen.ImportManager.CreatePartImporter ( )
inline

Creates a part importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The part importer.
unsafe NXOpen.Importer NXOpen.ImportManager.CreateSolidEdgeImporter ( )
inline

Creates a Solid Edge importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The Solid Edge importer.
unsafe NXOpen.Importer NXOpen.ImportManager.CreateSteinbichlerImporter ( )
inline

Creates a Steinbichler importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The Steinbichler importer.
unsafe NXOpen.STLImporter NXOpen.ImportManager.CreateStlImporter ( )
inline

Creates an STL importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The STL importer.
unsafe NXOpen.VRMLImporter NXOpen.ImportManager.CreateVrmlImporter ( )
inline

Creates a VRML importer object.

This method works only for the work part.

Created in NX5.0.0

License requirements: None.

Returns
The VRML importer.

Property Documentation

Tag NXOpen.ImportManager.Tag
get

Returns the tag of this object.


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