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

Represents a NXOpen.Catiav4Creator to be used when exporting the CATIA V4 Data This class is created using NXOpen.DexManager . More...

Inheritance diagram for NXOpen.Catiav4Creator:
NXOpen.BaseCreator NXOpen.DexBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  SolidBodyOutputOption { VOLUMEs, Solide }
 Options for outputing solid bodies to CATIA V4 More...
 
- Public Types inherited from NXOpen.BaseCreator
enum  ExportDestinationOption { NativeFileSystem, Teamcenter }
 Export to destinationoptions More...
 

Public Member Functions

unsafe void SaveSettings (string filename)
 The save settings - this will save the settings to a file sepcified More...
 

Properties

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 SettingsFile [get, set]
 Returns or sets the settings file - The definition file to read default options More...
 
unsafe
NXOpen.Catiav4Creator.SolidBodyOutputOption 
WriteSolidAs [get, set]
 Returns or sets the write solid as - this will decide if solids should be written as SOLIDE or Volumes More...
 
- Properties inherited from NXOpen.BaseCreator
unsafe string DatasetName [get, set]
 Returns or sets the dataset name - Name of dataset being created More...
 
unsafe
NXOpen.BaseCreator.ExportDestinationOption 
ExportDestination [get, set]
 Returns or sets the export to - determines whether exporting to Teamcenter or Native file system More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file - filepath for output file More...
 
unsafe string OutputFileExtension [get, set]
 Returns or sets the output file extension - Extension of output file being created 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

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

Detailed Description

Represents a NXOpen.Catiav4Creator to be used when exporting the CATIA V4 Data This class is created using NXOpen.DexManager .

NULL object will be returned from Commit()

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

Default values.

Property Value

WriteSolidAs

VOLUMEs

Created in NX6.0.0

Member Enumeration Documentation

Options for outputing solid bodies to CATIA V4

Enumerator
VOLUMEs 

output NX solid bodies as Volumes in CATIA

Solide 

output NX solid bodies as SOLIDE in CATIA

Member Function Documentation

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

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

Created in NX6.0.0

License requirements: None.

Parameters
filename

Property Documentation

unsafe NXOpen.ObjectSelector NXOpen.Catiav4Creator.ExportSelectionBlock
get

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

Created in NX6.0.0

License requirements: None.

unsafe bool NXOpen.Catiav4Creator.FileSaveFlag
getset

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

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Catiav4Creator.SettingsFile
getset

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

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Catiav4Creator.SolidBodyOutputOption NXOpen.Catiav4Creator.WriteSolidAs
getset

Returns or sets the write solid as - this will decide if solids should be written as SOLIDE or Volumes

Created in NX6.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.