Get or sets whether to merge edges and faces by removing redundant vertices and edges when creating the Surface-Knit feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseMergeEntities As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurfaceKnitFeatureData
Dim value As System.Boolean
instance.UseMergeEntities = value
value = instance.UseMergeEntities |
C# | |
---|
System.bool UseMergeEntities {get; set;} |
C++/CLI | |
---|
property System.bool UseMergeEntities {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to merge edges and faces, false to not
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0