BasicShapeGetPointAtLength Method |
Acquires a point ahead by a specified length from the specified parameter on the figure.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract PointOnShape GetPointAtLength(
double param,
double length
)
Public MustOverride Function GetPointAtLength (
param As Double,
length As Double
) As PointOnShape
Parameters
- param
- Type: SystemDouble
start parameter - length
- Type: SystemDouble
Length traveling on the figure
Return Value
Type:
PointOnShape point at a position advanced by the specified length
See Also