NX Open C++ Reference Guide
|
Represents a DxfdwgImporter to be used when importing the DXF/DWG Data This class is created using DexManager . More...
Public Member Functions | |
NXString | AcadLayoutsToImport () |
Returns the AcadLayoutsToImport command - generates a list of ACAD layouts Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::AspectRatioOptions | AspectRatioOption () |
Returns the autocad aspect ratio calculation method - this will decide the NX Aspect ratio method to be used. | |
bool | AvoidUsedNXLayers () |
Returns the AvoidUsedNXLayers command - if set to true, the destination part layers will not be used Created in NX8.0.0. | |
bool | ConvLayoutData () |
Returns the Import Layout data command - if set to true then Layout data will be imported Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::ConvLayoutsAs | ConvLayouts () |
Returns the ConvLayouts command - this will determine if all or selected layouts are translated Created in NX8.0.0. | |
bool | ConvModelData () |
Returns the Import model data command - if set to true then Model data will be imported Created in NX8.0.0. | |
NXString | CrossHatchMappingFile () |
Returns the CrossHatchMappingFile command - definition file for cross hatch mapping Created in NX8.0.0. | |
int | DestForUnselectedLayer () |
Returns the DestForUnselectedLayer command - number of destination layer Created in NX8.0.0. | |
bool | FileOpenFlag () |
Returns the FileOpenFlag command - should be set to false if doing file import Created in NX6.0.0. | |
NXOpen::DxfdwgImporter::ImportBlocksAs | ImportBlockType () |
Returns the ImportBlockType command - import ACAD Blocks as a group or as a custom symbol Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::ImportCurvesAs | ImportCurvesType () |
Returns the ImportCurvesType command - When model data is imported on drawing sheet, this can be set in order to sketch a curve or many curves Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::ImportDimensionsAs | ImportDimensionType () |
Returns the ImportDimensionType command - import ACAD dimensions as real dimensions or as group data Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::ImportPolylinesAs | ImportPolylineTo () |
Returns the ImportPolylineTo command - this will determine if polylines will be imported as splines or as lines/arcs. | |
NXOpen::DxfdwgImporter::ImportToEnum | ImportTo () |
Returns the ImportTo command - this option will determine the destination for imported autocad file. | |
bool | ImportToTeamcenter () |
Returns the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter Created in NX7.0.0. | |
NXString | InputFile () |
Returns the InputFile command - name of a file which is being imported Created in NX6.0.0. | |
NXString | LineFontMappingFile () |
Returns the LineFontMappingFile command - definition file for line font mapping Created in NX8.0.0. | |
NXString | OutputFile () |
Returns the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output. | |
NXOpen::DxfdwgImporter::ProcessingOrderAs | ProcessingOrder () |
Returns the ProcessingOrder command - this option will decide processing order of AutoCAD layers Created in NX8.0.0. | |
bool | ReadLayerNumFromPrefix () |
Returns the ReadLayerNumFromPrefix command - if set to true, layer numbers will be read from prefix Created in NX8.0.0. | |
void | SaveSettings (const NXString &filename) |
Saves the save settings - this will save the settings to a file specified Created in NX6.0.0. | |
void | SaveSettings (const char *filename) |
Saves the save settings - this will save the settings to a file specified Created in NX6.0.0. | |
NXOpen::DxfdwgImporter::SendLayoutsAs | SendLayoutsTo () |
Returns the SendLayoutsTo command - this will determine the destination for the layout data. | |
NXOpen::DxfdwgImporter::SendModelDataAs | SendModelDataTo () |
Returns the SendModelDataTo command - this will determine the destination for model data Created in NX8.0.0. | |
void | SetAcadLayoutsToImport (const NXString &layoutNames) |
Sets the AcadLayoutsToImport command - generates a list of ACAD layouts Created in NX8.0.0. | |
void | SetAcadLayoutsToImport (const char *layoutNames) |
Sets the AcadLayoutsToImport command - generates a list of ACAD layouts Created in NX8.0.0. | |
void | SetAspectRatioOption (NXOpen::DxfdwgImporter::AspectRatioOptions widthFactorMode) |
Sets the autocad aspect ratio calculation method - this will decide the NX Aspect ratio method to be used. | |
void | SetAvoidUsedNXLayers (bool avoidUsedNXLayers) |
Sets the AvoidUsedNXLayers command - if set to true, the destination part layers will not be used Created in NX8.0.0. | |
void | SetConvLayoutData (bool convLayoutData) |
Sets the Import Layout data command - if set to true then Layout data will be imported Created in NX8.0.0. | |
void | SetConvLayouts (NXOpen::DxfdwgImporter::ConvLayoutsAs convLayoutsAs) |
Sets the ConvLayouts command - this will determine if all or selected layouts are translated Created in NX8.0.0. | |
void | SetConvModelData (bool convModelData) |
Sets the Import model data command - if set to true then Model data will be imported Created in NX8.0.0. | |
void | SetCrossHatchMappingFile (const NXString &filename) |
Sets the CrossHatchMappingFile command - definition file for cross hatch mapping Created in NX8.0.0. | |
void | SetCrossHatchMappingFile (const char *filename) |
Sets the CrossHatchMappingFile command - definition file for cross hatch mapping Created in NX8.0.0. | |
void | SetDestForUnselectedLayer (int destForUnselectedLayer) |
Sets the DestForUnselectedLayer command - number of destination layer Created in NX8.0.0. | |
void | SetFileOpenFlag (bool doingFileOpen) |
Sets the FileOpenFlag command - should be set to false if doing file import Created in NX6.0.0. | |
void | SetImportBlockType (NXOpen::DxfdwgImporter::ImportBlocksAs importBlockType) |
Sets the ImportBlockType command - import ACAD Blocks as a group or as a custom symbol Created in NX8.0.0. | |
void | SetImportCurvesType (NXOpen::DxfdwgImporter::ImportCurvesAs importCurvesType) |
Sets the ImportCurvesType command - When model data is imported on drawing sheet, this can be set in order to sketch a curve or many curves Created in NX8.0.0. | |
void | SetImportDimensionType (NXOpen::DxfdwgImporter::ImportDimensionsAs importDimensionType) |
Sets the ImportDimensionType command - import ACAD dimensions as real dimensions or as group data Created in NX8.0.0. | |
void | SetImportPolylineTo (NXOpen::DxfdwgImporter::ImportPolylinesAs importPolylineTo) |
Sets the ImportPolylineTo command - this will determine if polylines will be imported as splines or as lines/arcs. | |
void | SetImportTo (NXOpen::DxfdwgImporter::ImportToEnum importTo) |
Sets the ImportTo command - this option will determine the destination for imported autocad file. | |
void | SetImportToTeamcenter (bool importToTeamcenter) |
Sets the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter Created in NX7.0.0. | |
void | SetInputFile (const NXString &filename) |
Sets the InputFile command - name of a file which is being imported Created in NX6.0.0. | |
void | SetInputFile (const char *filename) |
Sets the InputFile command - name of a file which is being imported Created in NX6.0.0. | |
void | SetLineFontMappingFile (const NXString &filename) |
Sets the LineFontMappingFile command - definition file for line font mapping Created in NX8.0.0. | |
void | SetLineFontMappingFile (const char *filename) |
Sets the LineFontMappingFile command - definition file for line font mapping Created in NX8.0.0. | |
void | SetOutputFile (const NXString &filename) |
Sets the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output. | |
void | SetOutputFile (const char *filename) |
Sets the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output. | |
void | SetProcessingOrder (NXOpen::DxfdwgImporter::ProcessingOrderAs processingOrder) |
Sets the ProcessingOrder command - this option will decide processing order of AutoCAD layers Created in NX8.0.0. | |
void | SetReadLayerNumFromPrefix (bool readLayerNumFromPrefix) |
Sets the ReadLayerNumFromPrefix command - if set to true, layer numbers will be read from prefix Created in NX8.0.0. | |
void | SetSendLayoutsTo (NXOpen::DxfdwgImporter::SendLayoutsAs sendLayoutsTo) |
Sets the SendLayoutsTo command - this will determine the destination for the layout data. | |
void | SetSendModelDataTo (NXOpen::DxfdwgImporter::SendModelDataAs sendModelDataTo) |
Sets the SendModelDataTo command - this will determine the destination for model data Created in NX8.0.0. | |
void | SetSettingsFile (const NXString &filename) |
Sets the SettingsFile command - definition file for default options Created in NX6.0.0. | |
void | SetSettingsFile (const char *filename) |
Sets the SettingsFile command - definition file for default options Created in NX6.0.0. | |
void | SetSkipEmptyLayer (bool skipEmptyLayer) |
Sets the SkipEmptyLayer command - if set to true, unreferenced AutoCAD layers will not be transalated Created in NX8.0.0. | |
void | SetTemplateFile (const NXString &filename) |
Sets the TemplateFile command - This will be used as template for dxf/dwg import Created in NX8.0.0. | |
void | SetTemplateFile (const char *filename) |
Sets the TemplateFile command - This will be used as template for dxf/dwg import Created in NX8.0.0. | |
void | SetTextFontMappingFile (const NXString &filename) |
Sets the TextFontMappingFile command - definition file for text font mapping Created in NX8.0.0. | |
void | SetTextFontMappingFile (const char *filename) |
Sets the TextFontMappingFile command - definition file for text font mapping Created in NX8.0.0. | |
NXString | SettingsFile () |
Returns the SettingsFile command - definition file for default options Created in NX6.0.0. | |
void | SetTranslateUnselectedLayer (bool translateUnselectedLayer) |
Sets the TranslateUnselectedLayer command - if set to true, unselected layers will be translated Created in NX8.0.0. | |
void | SetUnits (NXOpen::DxfdwgImporter::UnitsEnum units) |
Sets the Units command - this option will determine the destination part units. | |
void | SetUnSelectedLayers (const NXString &unselectedLayers) |
Sets the UnSelectedLayers command - sets the list of unselected layers Created in NX8.0.0. | |
void | SetUnSelectedLayers (const char *unselectedLayers) |
Sets the UnSelectedLayers command - sets the list of unselected layers Created in NX8.0.0. | |
bool | SkipEmptyLayer () |
Returns the SkipEmptyLayer command - if set to true, unreferenced AutoCAD layers will not be transalated Created in NX8.0.0. | |
NXString | TemplateFile () |
Returns the TemplateFile command - This will be used as template for dxf/dwg import Created in NX8.0.0. | |
NXString | TextFontMappingFile () |
Returns the TextFontMappingFile command - definition file for text font mapping Created in NX8.0.0. | |
bool | TranslateUnselectedLayer () |
Returns the TranslateUnselectedLayer command - if set to true, unselected layers will be translated Created in NX8.0.0. | |
NXOpen::DxfdwgImporter::UnitsEnum | Units () |
Returns the Units command - this option will determine the destination part units. | |
NXString | UnSelectedLayers () |
Returns the UnSelectedLayers command - sets the list of unselected layers Created in NX8.0.0. | |
![]() | |
bool | ProcessHoldFlag () |
Returns the process hold flag - set to true if user wants to wait until transaltion process gets completed Created in NX8.0.0. | |
void | SetProcessHoldFlag (bool doingFileSave) |
Sets the process hold flag - set to true if user wants to wait until transaltion process gets completed Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a DxfdwgImporter to be used when importing the DXF/DWG Data This class is created using DexManager .
NULL object will be returned from Commit() <br> To create a new instance of this class, use @link DexManager::CreateDxfdwgImporter DexManager::CreateDxfdwgImporter @endlink <br>
Default values.
Property | Value |
---|---|
ImportPolylineTo |
Splines |
ImportTo |
New |
ImportToTeamcenter |
0 |
ProcessHoldFlag |
0 |
ProcessingOrder |
Alphabetical |
Units |
SameAsTemplate |
Created in NX6.0.0.
NX Aspect ratio calculation options.
NXString NXOpen::DxfdwgImporter::AcadLayoutsToImport | ( | ) |
Returns the AcadLayoutsToImport command - generates a list of ACAD layouts
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::AspectRatioOptions NXOpen::DxfdwgImporter::AspectRatioOption | ( | ) |
Returns the autocad aspect ratio calculation method - this will decide the NX Aspect ratio method to be used.
Created in NX8.5.0.
License requirements : None
bool NXOpen::DxfdwgImporter::AvoidUsedNXLayers | ( | ) |
Returns the AvoidUsedNXLayers command - if set to true, the destination part layers will not be used
Created in NX8.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::ConvLayoutData | ( | ) |
NXOpen::DxfdwgImporter::ConvLayoutsAs NXOpen::DxfdwgImporter::ConvLayouts | ( | ) |
Returns the ConvLayouts command - this will determine if all or selected layouts are translated
Created in NX8.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::ConvModelData | ( | ) |
Returns the Import model data command - if set to true then Model data will be imported
Created in NX8.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::CrossHatchMappingFile | ( | ) |
Returns the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX8.0.0.
License requirements : None
int NXOpen::DxfdwgImporter::DestForUnselectedLayer | ( | ) |
Returns the DestForUnselectedLayer command - number of destination layer
Created in NX8.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::FileOpenFlag | ( | ) |
Returns the FileOpenFlag command - should be set to false if doing file import
Created in NX6.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ImportBlocksAs NXOpen::DxfdwgImporter::ImportBlockType | ( | ) |
Returns the ImportBlockType command - import ACAD Blocks as a group or as a custom symbol
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ImportCurvesAs NXOpen::DxfdwgImporter::ImportCurvesType | ( | ) |
Returns the ImportCurvesType command - When model data is imported on drawing sheet, this can be set in order to sketch a curve or many curves
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ImportDimensionsAs NXOpen::DxfdwgImporter::ImportDimensionType | ( | ) |
Returns the ImportDimensionType command - import ACAD dimensions as real dimensions or as group data
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ImportPolylinesAs NXOpen::DxfdwgImporter::ImportPolylineTo | ( | ) |
Returns the ImportPolylineTo command - this will determine if polylines will be imported as splines or as lines/arcs.
Created in NX6.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ImportToEnum NXOpen::DxfdwgImporter::ImportTo | ( | ) |
Returns the ImportTo command - this option will determine the destination for imported autocad file.
it can either be new (english/metric) or work part.
Created in NX6.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::ImportToTeamcenter | ( | ) |
Returns the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::InputFile | ( | ) |
Returns the InputFile command - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::LineFontMappingFile | ( | ) |
Returns the LineFontMappingFile command - definition file for line font mapping
Created in NX8.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::OutputFile | ( | ) |
Returns the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output.
Created in NX6.0.0.
License requirements : None
NXOpen::DxfdwgImporter::ProcessingOrderAs NXOpen::DxfdwgImporter::ProcessingOrder | ( | ) |
Returns the ProcessingOrder command - this option will decide processing order of AutoCAD layers
Created in NX8.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::ReadLayerNumFromPrefix | ( | ) |
Returns the ReadLayerNumFromPrefix command - if set to true, layer numbers will be read from prefix
Created in NX8.0.0.
License requirements : None
void NXOpen::DxfdwgImporter::SaveSettings | ( | const NXString & | filename | ) |
Saves the save settings - this will save the settings to a file specified
Created in NX6.0.0.
License requirements : None
filename | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::DxfdwgImporter::SaveSettings | ( | const char * | filename | ) |
Saves the save settings - this will save the settings to a file specified
Created in NX6.0.0.
License requirements : None
filename | NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::DxfdwgImporter::SendLayoutsAs NXOpen::DxfdwgImporter::SendLayoutsTo | ( | ) |
Returns the SendLayoutsTo command - this will determine the destination for the layout data.
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::SendModelDataAs NXOpen::DxfdwgImporter::SendModelDataTo | ( | ) |
Returns the SendModelDataTo command - this will determine the destination for model data
Created in NX8.0.0.
License requirements : None
void NXOpen::DxfdwgImporter::SetAcadLayoutsToImport | ( | const NXString & | layoutNames | ) |
Sets the AcadLayoutsToImport command - generates a list of ACAD layouts
Created in NX8.0.0.
License requirements : None
layoutNames | layoutnames |
void NXOpen::DxfdwgImporter::SetAcadLayoutsToImport | ( | const char * | layoutNames | ) |
Sets the AcadLayoutsToImport command - generates a list of ACAD layouts
Created in NX8.0.0.
License requirements : None
layoutNames | layoutnames |
void NXOpen::DxfdwgImporter::SetAspectRatioOption | ( | NXOpen::DxfdwgImporter::AspectRatioOptions | widthFactorMode | ) |
Sets the autocad aspect ratio calculation method - this will decide the NX Aspect ratio method to be used.
Created in NX8.5.0.
License requirements : None
widthFactorMode | widthfactormode |
void NXOpen::DxfdwgImporter::SetAvoidUsedNXLayers | ( | bool | avoidUsedNXLayers | ) |
Sets the AvoidUsedNXLayers command - if set to true, the destination part layers will not be used
Created in NX8.0.0.
License requirements : None
avoidUsedNXLayers | avoidusednxlayers |
void NXOpen::DxfdwgImporter::SetConvLayoutData | ( | bool | convLayoutData | ) |
void NXOpen::DxfdwgImporter::SetConvLayouts | ( | NXOpen::DxfdwgImporter::ConvLayoutsAs | convLayoutsAs | ) |
Sets the ConvLayouts command - this will determine if all or selected layouts are translated
Created in NX8.0.0.
License requirements : None
convLayoutsAs | convlayoutsas |
void NXOpen::DxfdwgImporter::SetConvModelData | ( | bool | convModelData | ) |
Sets the Import model data command - if set to true then Model data will be imported
Created in NX8.0.0.
License requirements : None
convModelData | convmodeldata |
void NXOpen::DxfdwgImporter::SetCrossHatchMappingFile | ( | const NXString & | filename | ) |
Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetCrossHatchMappingFile | ( | const char * | filename | ) |
Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetDestForUnselectedLayer | ( | int | destForUnselectedLayer | ) |
Sets the DestForUnselectedLayer command - number of destination layer
Created in NX8.0.0.
License requirements : None
destForUnselectedLayer | destforunselectedlayer |
void NXOpen::DxfdwgImporter::SetFileOpenFlag | ( | bool | doingFileOpen | ) |
Sets the FileOpenFlag command - should be set to false if doing file import
Created in NX6.0.0.
License requirements : None
doingFileOpen | doingfileopen |
void NXOpen::DxfdwgImporter::SetImportBlockType | ( | NXOpen::DxfdwgImporter::ImportBlocksAs | importBlockType | ) |
Sets the ImportBlockType command - import ACAD Blocks as a group or as a custom symbol
Created in NX8.0.0.
License requirements : None
importBlockType | importblocktype |
void NXOpen::DxfdwgImporter::SetImportCurvesType | ( | NXOpen::DxfdwgImporter::ImportCurvesAs | importCurvesType | ) |
Sets the ImportCurvesType command - When model data is imported on drawing sheet, this can be set in order to sketch a curve or many curves
Created in NX8.0.0.
License requirements : None
importCurvesType | importcurvestype |
void NXOpen::DxfdwgImporter::SetImportDimensionType | ( | NXOpen::DxfdwgImporter::ImportDimensionsAs | importDimensionType | ) |
Sets the ImportDimensionType command - import ACAD dimensions as real dimensions or as group data
Created in NX8.0.0.
License requirements : None
importDimensionType | importdimensiontype |
void NXOpen::DxfdwgImporter::SetImportPolylineTo | ( | NXOpen::DxfdwgImporter::ImportPolylinesAs | importPolylineTo | ) |
Sets the ImportPolylineTo command - this will determine if polylines will be imported as splines or as lines/arcs.
Created in NX6.0.0.
License requirements : None
importPolylineTo | importpolylineto |
void NXOpen::DxfdwgImporter::SetImportTo | ( | NXOpen::DxfdwgImporter::ImportToEnum | importTo | ) |
Sets the ImportTo command - this option will determine the destination for imported autocad file.
it can either be new (english/metric) or work part.
Created in NX6.0.0.
License requirements : None
importTo | importto |
void NXOpen::DxfdwgImporter::SetImportToTeamcenter | ( | bool | importToTeamcenter | ) |
Sets the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.0.0.
License requirements : None
importToTeamcenter | importtoteamcenter |
void NXOpen::DxfdwgImporter::SetInputFile | ( | const NXString & | filename | ) |
Sets the InputFile command - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetInputFile | ( | const char * | filename | ) |
Sets the InputFile command - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetLineFontMappingFile | ( | const NXString & | filename | ) |
Sets the LineFontMappingFile command - definition file for line font mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetLineFontMappingFile | ( | const char * | filename | ) |
Sets the LineFontMappingFile command - definition file for line font mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetOutputFile | ( | const NXString & | filename | ) |
Sets the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output.
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetOutputFile | ( | const char * | filename | ) |
Sets the OutputFile command - if autocad file is imported to the new part then this name will be used to write the output.
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetProcessingOrder | ( | NXOpen::DxfdwgImporter::ProcessingOrderAs | processingOrder | ) |
Sets the ProcessingOrder command - this option will decide processing order of AutoCAD layers
Created in NX8.0.0.
License requirements : None
processingOrder | processingorder |
void NXOpen::DxfdwgImporter::SetReadLayerNumFromPrefix | ( | bool | readLayerNumFromPrefix | ) |
Sets the ReadLayerNumFromPrefix command - if set to true, layer numbers will be read from prefix
Created in NX8.0.0.
License requirements : None
readLayerNumFromPrefix | readlayernumfromprefix |
void NXOpen::DxfdwgImporter::SetSendLayoutsTo | ( | NXOpen::DxfdwgImporter::SendLayoutsAs | sendLayoutsTo | ) |
Sets the SendLayoutsTo command - this will determine the destination for the layout data.
Created in NX8.0.0.
License requirements : None
sendLayoutsTo | sendlayoutsto |
void NXOpen::DxfdwgImporter::SetSendModelDataTo | ( | NXOpen::DxfdwgImporter::SendModelDataAs | sendModelDataTo | ) |
Sets the SendModelDataTo command - this will determine the destination for model data
Created in NX8.0.0.
License requirements : None
sendModelDataTo | sendmodeldatato |
void NXOpen::DxfdwgImporter::SetSettingsFile | ( | const NXString & | filename | ) |
Sets the SettingsFile command - definition file for default options
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetSettingsFile | ( | const char * | filename | ) |
Sets the SettingsFile command - definition file for default options
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetSkipEmptyLayer | ( | bool | skipEmptyLayer | ) |
Sets the SkipEmptyLayer command - if set to true, unreferenced AutoCAD layers will not be transalated
Created in NX8.0.0.
License requirements : None
skipEmptyLayer | skipemptylayer |
void NXOpen::DxfdwgImporter::SetTemplateFile | ( | const NXString & | filename | ) |
Sets the TemplateFile command - This will be used as template for dxf/dwg import
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetTemplateFile | ( | const char * | filename | ) |
Sets the TemplateFile command - This will be used as template for dxf/dwg import
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetTextFontMappingFile | ( | const NXString & | filename | ) |
Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
void NXOpen::DxfdwgImporter::SetTextFontMappingFile | ( | const char * | filename | ) |
Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX8.0.0.
License requirements : None
filename | filename |
NXString NXOpen::DxfdwgImporter::SettingsFile | ( | ) |
Returns the SettingsFile command - definition file for default options
Created in NX6.0.0.
License requirements : None
void NXOpen::DxfdwgImporter::SetTranslateUnselectedLayer | ( | bool | translateUnselectedLayer | ) |
Sets the TranslateUnselectedLayer command - if set to true, unselected layers will be translated
Created in NX8.0.0.
License requirements : None
translateUnselectedLayer | translateunselectedlayer |
void NXOpen::DxfdwgImporter::SetUnits | ( | NXOpen::DxfdwgImporter::UnitsEnum | units | ) |
Sets the Units command - this option will determine the destination part units.
Created in NX8.0.0.
License requirements : None
units | units |
void NXOpen::DxfdwgImporter::SetUnSelectedLayers | ( | const NXString & | unselectedLayers | ) |
Sets the UnSelectedLayers command - sets the list of unselected layers
Created in NX8.0.0.
License requirements : None
unselectedLayers | unselectedlayers |
void NXOpen::DxfdwgImporter::SetUnSelectedLayers | ( | const char * | unselectedLayers | ) |
Sets the UnSelectedLayers command - sets the list of unselected layers
Created in NX8.0.0.
License requirements : None
unselectedLayers | unselectedlayers |
bool NXOpen::DxfdwgImporter::SkipEmptyLayer | ( | ) |
Returns the SkipEmptyLayer command - if set to true, unreferenced AutoCAD layers will not be transalated
Created in NX8.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::TemplateFile | ( | ) |
Returns the TemplateFile command - This will be used as template for dxf/dwg import
Created in NX8.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::TextFontMappingFile | ( | ) |
Returns the TextFontMappingFile command - definition file for text font mapping
Created in NX8.0.0.
License requirements : None
bool NXOpen::DxfdwgImporter::TranslateUnselectedLayer | ( | ) |
Returns the TranslateUnselectedLayer command - if set to true, unselected layers will be translated
Created in NX8.0.0.
License requirements : None
NXOpen::DxfdwgImporter::UnitsEnum NXOpen::DxfdwgImporter::Units | ( | ) |
Returns the Units command - this option will determine the destination part units.
Created in NX8.0.0.
License requirements : None
NXString NXOpen::DxfdwgImporter::UnSelectedLayers | ( | ) |
Returns the UnSelectedLayers command - sets the list of unselected layers
Created in NX8.0.0.
License requirements : None