Gets or sets whether to make the surfaces in the resulting boundary feature tangent if the corresponding boundary segments are tangent.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MergeTangentFaces As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBoundaryBossFeatureData
Dim value As System.Boolean
instance.MergeTangentFaces = value
value = instance.MergeTangentFaces |
C# | |
---|
System.bool MergeTangentFaces {get; set;} |
C++/CLI | |
---|
property System.bool MergeTangentFaces {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to make the surfaces in the resulting boundary feature tangent if the corresponding boundary segments are tangent, false to not
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0