Arc3d.InterpolateVectors Method
Interpolates a 3d vector on the arc.
Public Function InterpolateVectors( _
ByVal startDir As Vector3d, _
ByVal endDir As Vector3d, _
ByVal t As Double, _
Optional ByVal linlength As Boolean = false, _
Optional ByVal swingTiltAlgorithm As Boolean = false _
) As Vector3d
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
startDir
-
Vector3d
Start vector
-
endDir
-
Vector3d
End vector
-
t
-
double
Interpolation parameter
-
linlength
-
bool
If the interpolated vectors length should be linearly interpolated.
-
swingTiltAlgorithm
-
bool
Not used
Return Value
Vector3d
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8