Gets whether points that are within the specified distance are merged in the part sketch after entities are imported.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMergeDistance( _
ByVal Sheet As String _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim value As Double
value = instance.GetMergeDistance(Sheet)
|
C# | |
---|
double GetMergeDistance(
string Sheet
) |
C++/CLI | |
---|
double GetMergeDistance(
& String^ Sheet
) |
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
Return Value
Distance to determine whether two points should be merged
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0