Sets the properties of this partial edge fillet.
.NET Syntax
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) |
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
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0