Sets whether near-identical points within the specified distance are merged in the part sketch after entities are imported.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetMergePoints( _
ByVal Sheet As String, _
ByVal Merge As Boolean, _
ByVal Distance As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim Merge As Boolean
Dim Distance As Double
Dim value As Boolean
value = instance.SetMergePoints(Sheet, Merge, Distance)
|
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
- Merge
- True to merge near-identical points, false to not
- Distance
- Distance to determine whether two points should be merged
Return Value
True if near-identical points within the specified distance are merged, false if not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0