NX Open C++ Reference Guide
|
Represents a ASCImporter . More...
Public Types | |
enum | Units { UnitsMillimeters, UnitsInches } |
The Part Units selection Enum. More... | |
Public Member Functions | |
NXString | InputFile () |
Returns the input file - name of a file which is being imported Created in NX7.5.0. | |
NXString | OutputFile () |
Returns the output file - name of a file which is being created Created in NX7.5.0. | |
NXOpen::ASCImporter::Units | PartUnitsEnum () |
Returns the part units enum Created in NX7.5.0. | |
void | SetInputFile (const NXString &filename) |
Sets the input file - name of a file which is being imported Created in NX7.5.0. | |
void | SetOutputFile (const NXString &filename) |
Sets the output file - name of a file which is being created Created in NX7.5.0. | |
void | SetPartUnitsEnum (NXOpen::ASCImporter::Units partUnitsEnum) |
Sets the part units enum Created in NX7.5.0. |
Represents a ASCImporter .
This class is used to import .ASC and .DWG files
To create a new instance of this class, use DexManager::CreateAscImporter
Default values.
Property | Value |
---|---|
PartUnitsEnum |
Millimeters |
Created in NX7.5.0.
Returns the input file - name of a file which is being imported
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
Returns the output file - name of a file which is being created
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
Returns the part units enum
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
void NXOpen::ASCImporter::SetInputFile | ( | const NXString & | filename | ) |
Sets the input file - name of a file which is being imported
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
filename | filename |
void NXOpen::ASCImporter::SetOutputFile | ( | const NXString & | filename | ) |
Sets the output file - name of a file which is being created
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
filename | filename |
void NXOpen::ASCImporter::SetPartUnitsEnum | ( | NXOpen::ASCImporter::Units | partUnitsEnum | ) |
Sets the part units enum
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
partUnitsEnum | partunitsenum |