• Hi,

    I read in manual below code can be use to save to .dwg extension but when open file it was invalid, any idea??

    LIEXEC /Draft_DWG_LI 'R15' ConfigData 'full_dxf'

    and below is the configdata:


    [HTML]
    dlicon /full_dxf
    switch PrimitiveThickness 'ON'
    switch ViewNumberPrefix 'ON'
    switch LayerZone 'ON'
    switch LayerSite 'ON'
    switch LayerBack 'ON'
    switch LayerOlay 'ON'
    switch LayerNote 'ON'
    switch LayerLaye 'ON'
    switch FontMapping 'ON'
    switch LinetypeMapping 'ON'
    switch ColourMapping 'ON'
    switch IncludeZCoordinates 'OFF'
    switch GraphicsOnlyDXF 'OFF'
    switch EntityAcDbMarkers 'ON'
    switch NestedBlocks 'ON'
    switch BlockBack 'ON'
    switch BlockOlay 'ON'
    switch BlockSymb 'ON'
    switch BlockFill 'ON'
    switch BlockGraphicFile 'ON'
    switch GroupDims 'ON'
    switch GroupNote 'ON'
    switch GroupVnot 'ON'
    switch GroupFrame 'ON'
    switch GroupGlab 'ON'
    switch GroupSlab 'ON'
    switch GroupBlocks 'OFF'
    switch FontFilePath 'OFF'
    switch UseShiftJISFonts 'OFF'
    switch IncludeDXFHeaderEntities 'OFF'
    switch HeaderFileName '%PDMSEXE%/draft_dxf_li.dxf'
    switch OutputFileName '%PDMSUSER%/output.dxf'
    switch PlineWidthFactor '0.2'
    switch IgnoreBlockRules 'OFF'
    switch ScaleFactor '1.0'
    block all hvac, include name
    block all rest, include name
    block all pipe, include name
    block all equi, include name
    block all stru, include name
    exit
    [/HTML]
  • Already done


    Please explain how you done, I too looking for the same