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

Represents a AcisImporter to be used when importing the Acis Data This class is created using DexManager . More...

Inheritance diagram for NXOpen.AcisImporter:
NXOpen.BaseImporter NXOpen.DexBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SaveSettings (string filename)
 Save the settings - this will save the settings to a file specified More...
 
- Public Member Functions inherited from NXOpen.BaseImporter
unsafe NXOpen.BaseImporter.Mode GetMode ()
 Get mode - native/managed More...
 
unsafe void SetMode (NXOpen.BaseImporter.Mode mode)
 Set mode - native/managed More...
 

Properties

unsafe bool FileOpenFlag [get, set]
 Returns or sets the file open flag - set this to false if doing file import More...
 
unsafe bool HealBodies [get, set]
 Returns or sets the heal bodies - if set to true then imported data will be healed More...
 
unsafe bool IncludeWires [get, set]
 Returns or sets the IncludeWires - if value set to true then wireframes and points will be imported More...
 
unsafe bool Optimize [get, set]
 Returns or sets the Optimize - if value set to true then redundant geometries will be removed More...
 
unsafe string SettingsFile [get, set]
 Returns or sets the settings file - definition file for default options More...
 
unsafe bool Sew [get, set]
 Returns or sets the Sew - if value set to true then automatic sewing will be done More...
 
unsafe bool SimplifyGeometry [get, set]
 Returns or sets the simplify geometry - if value set to true then imported data will be simplified More...
 
- Properties inherited from NXOpen.BaseImporter
unsafe string InputFile [get, set]
 Returns or sets the input file - name of a file which is being imported More...
 
- Properties inherited from NXOpen.DexBuilder
unsafe bool ProcessHoldFlag [get, set]
 Returns or sets the process hold flag - set to true if user wants to wait until transaltion process gets completed More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
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

- Public Types inherited from NXOpen.BaseImporter
enum  Mode { NativeFileSystem, Teamcenter }
 Input file mode More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a AcisImporter to be used when importing the Acis Data This class is created using DexManager .

NULL object will be returned from Commit()

To create a new instance of this class, use NXOpen.DexManager.CreateAcisImporter

Default values.

Property Value

HealBodies

0

IncludeWires

0

Optimize

0

Sew

0

SimplifyGeometry

0

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.AcisImporter.SaveSettings ( string  filename)
inline

Save the settings - this will save the settings to a file specified

Created in NX11.0.0

License requirements: None.

Parameters
filename

Property Documentation

unsafe bool NXOpen.AcisImporter.FileOpenFlag
getset

Returns or sets the file open flag - set this to false if doing file import

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.AcisImporter.HealBodies
getset

Returns or sets the heal bodies - if set to true then imported data will be healed

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.AcisImporter.IncludeWires
getset

Returns or sets the IncludeWires - if value set to true then wireframes and points will be imported

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.AcisImporter.Optimize
getset

Returns or sets the Optimize - if value set to true then redundant geometries will be removed

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.AcisImporter.SettingsFile
getset

Returns or sets the settings file - definition file for default options

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.AcisImporter.Sew
getset

Returns or sets the Sew - if value set to true then automatic sewing will be done

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.AcisImporter.SimplifyGeometry
getset

Returns or sets the simplify geometry - if value set to true then imported data will be simplified

Created in NX11.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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.