Hide Table of Contents
SetPartialFilletParameters Method (IPartialEdgeFilletData)

Sets the properties of this partial edge fillet.

.NET Syntax

Visual Basic (Declaration) 
Function SetPartialFilletParameters( _
   ByVal AlongEdgeDirection As System.Boolean, _
   ByVal StartCondition As System.Integer, _
   ByVal StartValue As System.Double, _
   ByVal StartReference As System.Object, _
   ByVal EndCondition As System.Integer, _
   ByVal EndValue As System.Double, _
   ByVal EndReference As System.Object _
) As System.Integer
Visual Basic (Usage) 
Dim instance As IPartialEdgeFilletData
Dim AlongEdgeDirection As System.Boolean
Dim StartCondition As System.Integer
Dim StartValue As System.Double
Dim StartReference As System.Object
Dim EndCondition As System.Integer
Dim EndValue As System.Double
Dim EndReference As System.Object
Dim value As System.Integer
 
value = instance.SetPartialFilletParameters(AlongEdgeDirection, StartCondition, StartValue, StartReference, EndCondition, EndValue, EndReference)
C# 
System.int SetPartialFilletParameters( 
   System.bool AlongEdgeDirection,
   System.int StartCondition,
   System.double StartValue,
   System.object StartReference,
   System.int EndCondition,
   System.double EndValue,
   System.object EndReference
)
C++/CLI 
System.int SetPartialFilletParameters( 
&   System.bool AlongEdgeDirection,
&   System.int StartCondition,
&   System.double StartValue,
&   System.Object^ StartReference,
&   System.int EndCondition,
&   System.double EndValue,
&   System.Object^ EndReference
) 

Parameters

AlongEdgeDirection
True to start the fillet at the start point of the edge, false to start the fillet at the end point of the edge
StartCondition
Start condition as defined in swSimpleFilletPartialEdgeCondition_e (see Remarks)
StartValue
Distance or percent offset from the start point (see Remarks)
StartReference
Offset reference (2D/3D sketch point, reference point, planar face); valid only if StartCondition is swPartialEdgeReferenceOffset
EndCondition
End condition as defined in swSimpleFilletPartialEdgeCondition_e (see Remarks)
EndValue
Distance or percent offset from the end point (see Remarks)
EndReference
Offset reference (2D/3D sketch point, reference point, planar face); valid only if EndCondition is swPartialEdgeReferenceOffset

Return Value

Result code as defined in swFeatureError_e

Example

See the IPartialEdgeFilletData examples.

Remarks

StartValue (or EndValue) is a:

  • Distance if StartCondition (or EndCondition) is swSimpleFilletPartialEdgeCondition_e.swPartialEdgeDistanceOffset.
  • Percent value if StartCondition (or EndCondition) is swSimpleFilletPartialEdgeCondition_e.swPartialEdgePercentOffset.
 

See Also

Availability

SOLIDWORKS 2020 FCS, Revision Number 28.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SetPartialFilletParameters Method (IPartialEdgeFilletData)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2020 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.