NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.AcisExporter Class Reference

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

Inheritance diagram for NXOpen.AcisExporter:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  AcisVersionOption {
  R26, R25, R24, R23,
  R22, R21, R20, R19,
  R18
}
 ACIS Version options More...
 

Public Member Functions

unsafe void SaveSettings (string filename)
 Save the settings - this will save the settings to a file sepcified More...
 
- 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...
 

Properties

unsafe
NXOpen.AcisExporter.AcisVersionOption 
AcisVersion [get, set]
 Returns or sets the Acis version - The version of ACIS file to be exported More...
 
unsafe NXOpen.ObjectSelector ExportSelectionBlock [get]
 Returns the export selection block - the object selection will be done by this block. More...
 
unsafe bool FileSaveFlag [get, set]
 Returns or sets the file save flag - this should be set to false if doing File Export More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file - the exported data will be written to file specified More...
 
unsafe string SettingsFile [get, set]
 Returns or sets the settings file - The definition file to read default options More...
 

Detailed Description

Represents a AcisExporter 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.CreateAcisExporter

Default values.

Property Value

AcisVersion

R18

Created in NX11.0.0

Member Enumeration Documentation

ACIS Version options

Enumerator
R26 
R25 
R24 
R23 
R22 
R21 
R20 
R19 
R18 

Member Function Documentation

unsafe void NXOpen.AcisExporter.SaveSettings ( string  filename)

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

Created in NX11.0.0

License requirements: None.

Parameters
filename

Property Documentation

unsafe NXOpen.AcisExporter.AcisVersionOption NXOpen.AcisExporter.AcisVersion
getset

Returns or sets the Acis version - The version of ACIS file to be exported

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.ObjectSelector NXOpen.AcisExporter.ExportSelectionBlock
get

Returns the export selection block - the object selection will be done by this block.

Created in NX11.0.0

License requirements: None.

unsafe bool NXOpen.AcisExporter.FileSaveFlag
getset

Returns or sets the file save flag - this should be set to false if doing File Export

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.AcisExporter.OutputFile
getset

Returns or sets the output file - the exported data will be written to file specified

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.AcisExporter.SettingsFile
getset

Returns or sets the settings file - The definition file to read default options

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.