Search Results for

    Show / Hide Table of Contents

    Class DxfdwgCreator

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    DxfdwgCreator
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseCreator.DatasetName
    BaseCreator.ExportDestination
    BaseCreator.OutputFile
    BaseCreator.OutputFileExtension
    DexBuilder.ProcessHoldFlag
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    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
    Type Description
    DxfdwgCreator.AutoCADRevisionOptions

    CrossHatchMappingFile

    Declaration
    public string CrossHatchMappingFile { get; set; }
    Property Value
    Type Description
    System.String

    DrawingList

    Declaration
    public string DrawingList { get; set; }
    Property Value
    Type Description
    System.String

    ExportAs

    Declaration
    public DxfdwgCreator.ExportAsOption ExportAs { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportAsOption

    ExportData

    Declaration
    public DxfdwgCreator.ExportDataOption ExportData { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportDataOption

    ExportFacesAs

    Declaration
    public DxfdwgCreator.ExportFacesAsOptions ExportFacesAs { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportFacesAsOptions

    ExportFrom

    Declaration
    public DxfdwgCreator.ExportFromOption ExportFrom { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportFromOption

    ExportScaleOption

    Declaration
    public DxfdwgCreator.ExportScaleOptions ExportScaleOption { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportScaleOptions

    ExportScaleValue

    Declaration
    public double ExportScaleValue { get; set; }
    Property Value
    Type Description
    System.Double

    ExportSelectionBlock

    Declaration
    public ObjectSelector ExportSelectionBlock { get; }
    Property Value
    Type Description
    ObjectSelector

    ExportSplinesAs

    Declaration
    public DxfdwgCreator.ExportSplinesAsOptions ExportSplinesAs { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.ExportSplinesAsOptions

    FileSaveFlag

    Declaration
    public bool FileSaveFlag { get; set; }
    Property Value
    Type Description
    System.Boolean

    FlattenAssembly

    Declaration
    public bool FlattenAssembly { get; set; }
    Property Value
    Type Description
    System.Boolean

    InputFile

    Declaration
    public string InputFile { get; set; }
    Property Value
    Type Description
    System.String

    LayerMask

    Declaration
    public string LayerMask { get; set; }
    Property Value
    Type Description
    System.String

    LineFontMappingFile

    Declaration
    public string LineFontMappingFile { get; set; }
    Property Value
    Type Description
    System.String

    ObjectTypes

    Declaration
    public ObjectTypeSelector ObjectTypes { get; }
    Property Value
    Type Description
    ObjectTypeSelector

    OutputFileType

    Declaration
    public DxfdwgCreator.OutputFileTypeOption OutputFileType { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.OutputFileTypeOption

    OutputTo

    Declaration
    public DxfdwgCreator.OutputToOption OutputTo { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.OutputToOption

    OverlappingEntities

    Declaration
    public bool OverlappingEntities { get; set; }
    Property Value
    Type Description
    System.Boolean

    SettingsFile

    Declaration
    public string SettingsFile { get; set; }
    Property Value
    Type Description
    System.String

    SurfaceDesignU

    Declaration
    public int SurfaceDesignU { get; set; }
    Property Value
    Type Description
    System.Int32

    SurfaceDesignV

    Declaration
    public int SurfaceDesignV { get; set; }
    Property Value
    Type Description
    System.Int32

    TextFontMappingFile

    Declaration
    public string TextFontMappingFile { get; set; }
    Property Value
    Type Description
    System.String

    ViewEditMode

    Declaration
    public bool ViewEditMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    ViewList

    Declaration
    public string ViewList { get; set; }
    Property Value
    Type Description
    System.String

    WidthFactorMode

    Declaration
    public DxfdwgCreator.WidthfactorMethodOptions WidthFactorMode { get; set; }
    Property Value
    Type Description
    DxfdwgCreator.WidthfactorMethodOptions

    Methods

    SaveSettings(String)

    Declaration
    public void SaveSettings(string filename)
    Parameters
    Type Name Description
    System.String filename

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX