Creates a constant radius rolling-ball blend surface (also known as a pipe surface) between two side surfaces.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Surface1 As Surface
Dim Range1 As Double
Dim Surface2 As Surface
Dim Range2 As Double
Dim StartVec As Double
Dim EndVec As Double
Dim HaveHelpVec As Integer
Dim HelpVec As Double
Dim HaveHelpBox As Integer
Dim HelpBox As Double
Dim value As Surface
value = instance.ICreateBlendSurface(Surface1, Range1, Surface2, Range2, StartVec, EndVec, HaveHelpVec, HelpVec, HaveHelpBox, HelpBox)
|
Parameters
- Surface1
- First side surface
- Range1
Signed offset of Surface1
- Surface2
- Second side surface
- Range2
Signed offset of Surface2
- StartVec
Array of 3 doubles representing a point close to the start of the blend spine
- EndVec
Array of 3 doubles representing a point close to the end of the blend spine
- HaveHelpVec
Optional; True if help vector is provided
- HelpVec
Array of 3 doubles representing the direction of the help vector
- HaveHelpBox
Optional; True if box is provided
- HelpBox
Array of 6 doubles bounding the area of interest
Return Value
Newly created
surface
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0