Creates an arc profile curve and returns a pointer to that curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddProfileArc( _
ByVal Center As Object, _
ByVal Axis As Object, _
ByVal Radius As Double, _
ByVal StartPoint As Object, _
ByVal EndPoint As Object _
) As Curve |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Center As Object
Dim Axis As Object
Dim Radius As Double
Dim StartPoint As Object
Dim EndPoint As Object
Dim value As Curve
value = instance.IAddProfileArc(Center, Axis, Radius, StartPoint, EndPoint)
|
Parameters
- Center
Array of 3 doubles (x,y,z)
- Axis
Array of 3 doubles (x,y,z)
- Radius
Arc radius
- StartPoint
Array of 3 doubles (x,y,z)
- EndPoint
Array of 3 doubles (x,y,z)
Return Value
ICurve
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0