Adds a profile arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddProfileArcDLL( _
ByRef Center As Double, _
ByRef Axis As Double, _
ByVal Radius As Double, _
ByRef StartPoint As Double, _
ByRef EndPoint As Double _
) As Curve |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Center As Double
Dim Axis As Double
Dim Radius As Double
Dim StartPoint As Double
Dim EndPoint As Double
Dim value As Curve
value = instance.IAddProfileArcDLL(Center, Axis, Radius, StartPoint, EndPoint)
|
Parameters
- Center
Pointer to an array of 3 doubles (x,y,z)
- Axis
Pointer to an array of 3 doubles (x,y,z)
- Radius
Radius of the arc
- StartPoint
Pointer to an array of 3 doubles (x,y,z)
- EndPoint
Pointer to an array of 3 doubles (x,y,z)
Return Value
Pointer to the arc profile curve
See Also
Availability
SolidWorks 2001Plus FCS, Revision 10.0