Sets the partial edge fillet data for the specified edge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPartialEdgeFilletData( _
ByVal FilletItem As System.Object, _
ByVal PartialEdgeFilletData As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim FilletItem As System.Object
Dim PartialEdgeFilletData As System.Object
Dim value As System.Boolean
value = instance.SetPartialEdgeFilletData(FilletItem, PartialEdgeFilletData) |
Parameters
- FilletItem
- IEdge
- PartialEdgeFilletData
- IPartialEdgeFilletData; null to remove existing partial edge fillet data from FilletItem
Return Value
True if partial edge fillet data successfully set, false if not
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0