Gets the U parameter for the given XYZ location on this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ReverseEvaluate( _
ByVal PositionX As Double, _
ByVal PositionY As Double, _
ByVal PositionZ As Double _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim PositionX As Double
Dim PositionY As Double
Dim PositionZ As Double
Dim value As Double
value = instance.ReverseEvaluate(PositionX, PositionY, PositionZ)
|
Parameters
- PositionX
- X coordinate of this location on the curve
- PositionY
- Y coordinate of this location on the curve
- PositionZ
- Z coordinate of this location on the curve
Return Value
U parameter value for this location on the curve
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0