Hide Table of Contents
InsertDwgOrDxfFile2 Method (IFeatureManager)

Inserts a DXF/DWG image feature.

.NET Syntax

Visual Basic (Declaration) 
Function InsertDwgOrDxfFile2( _
   ByVal FileName As System.String, _
   ByVal DxfDwgImportData As System.Object _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim FileName As System.String
Dim DxfDwgImportData As System.Object
Dim value As Feature
 
value = instance.InsertDwgOrDxfFile2(FileName, DxfDwgImportData)
C# 
Feature InsertDwgOrDxfFile2( 
   System.string FileName,
   System.object DxfDwgImportData
)
C++/CLI 
Feature^ InsertDwgOrDxfFile2( 
&   System.String^ FileName,
&   System.Object^ DxfDwgImportData
) 

Parameters

FileName

Name of the DXF/DWG image file

DxfDwgImportData
IImportDxfDwgData

Return Value

IFeature

Example

Remarks

Before calling this method, select a plane or planar surface on which to place the image.

This method:

  • returns NULL if the file contains solid bodies data.
  • is not supported for use in assembly documents.

When importing DXF/DWG data, you can:

  • Let SolidWorks determine the default values:

    • Paper size and sheet scale are computed to fit the input data.
    • Length unit is determined from the header of the input DXF/DWG file.

    • Sheet name is the same as the layout name in the input DXF/DWG file.

     - or -

NOTES:

  • Getting the IImportDxfDwgData interface does not get default values from the input file. Any values not set by you are set to the values computed by SolidWorks.

  • If the DWG/DXF file has multiple sheets, use these methods with a valid layout name in the Sheet argument to set up sheet specific settings, which override the default settings. If any of the individual items are not specified for a given layout name, the value used is from the defaults (layout name ""). If the default value is not specified, SolidWorks computes and uses a meaningful value for that item.

 

See Also

Availability

SolidWorks 2012 FCS, Revision Number 20.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   InsertDwgOrDxfFile2 Method (IFeatureManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2013 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.