Class DxfdwgCreator
Inheritance
DxfdwgCreator
Assembly: NXOpen.dll
Syntax
public class DxfdwgCreator : BaseCreator, IMessageSink, IComponentBuilder
Constructors
DxfdwgCreator()
Declaration
protected DxfdwgCreator()
Properties
AutoCADRevision
Declaration
public DxfdwgCreator.AutoCADRevisionOptions AutoCADRevision { get; set; }
Property Value
CrossHatchMappingFile
Declaration
public string CrossHatchMappingFile { get; set; }
Property Value
DrawingList
Declaration
public string DrawingList { get; set; }
Property Value
ExportAs
Declaration
public DxfdwgCreator.ExportAsOption ExportAs { get; set; }
Property Value
ExportData
Declaration
public DxfdwgCreator.ExportDataOption ExportData { get; set; }
Property Value
ExportFacesAs
Declaration
public DxfdwgCreator.ExportFacesAsOptions ExportFacesAs { get; set; }
Property Value
ExportFrom
Declaration
public DxfdwgCreator.ExportFromOption ExportFrom { get; set; }
Property Value
ExportScaleOption
Declaration
public DxfdwgCreator.ExportScaleOptions ExportScaleOption { get; set; }
Property Value
ExportScaleValue
Declaration
public double ExportScaleValue { get; set; }
Property Value
ExportSelectionBlock
Declaration
public ObjectSelector ExportSelectionBlock { get; }
Property Value
ExportSplinesAs
Declaration
public DxfdwgCreator.ExportSplinesAsOptions ExportSplinesAs { get; set; }
Property Value
FileSaveFlag
Declaration
public bool FileSaveFlag { get; set; }
Property Value
FlattenAssembly
Declaration
public bool FlattenAssembly { get; set; }
Property Value
Declaration
public string InputFile { get; set; }
Property Value
LayerMask
Declaration
public string LayerMask { get; set; }
Property Value
LineFontMappingFile
Declaration
public string LineFontMappingFile { get; set; }
Property Value
ObjectTypes
Declaration
public ObjectTypeSelector ObjectTypes { get; }
Property Value
OutputFileType
Declaration
public DxfdwgCreator.OutputFileTypeOption OutputFileType { get; set; }
Property Value
OutputTo
Declaration
public DxfdwgCreator.OutputToOption OutputTo { get; set; }
Property Value
OverlappingEntities
Declaration
public bool OverlappingEntities { get; set; }
Property Value
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
SurfaceDesignU
Declaration
public int SurfaceDesignU { get; set; }
Property Value
SurfaceDesignV
Declaration
public int SurfaceDesignV { get; set; }
Property Value
TextFontMappingFile
Declaration
public string TextFontMappingFile { get; set; }
Property Value
ViewEditMode
Declaration
public bool ViewEditMode { get; set; }
Property Value
ViewList
Declaration
public string ViewList { get; set; }
Property Value
WidthFactorMode
Declaration
public DxfdwgCreator.WidthfactorMethodOptions WidthFactorMode { get; set; }
Property Value
Methods
SaveSettings(string)
Declaration
public void SaveSettings(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink