CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the position of point p on the curve: 0.0 corresponds to the StartPoint
1.0 to the EndPoint
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
double PositionOf( GeoPoint2D p ) |
| Visual Basic |
|---|
Function PositionOf ( _ p As GeoPoint2D _ ) As Double |
| Visual C++ |
|---|
double PositionOf( GeoPoint2D p ) |
Parameters
- p
- Type: CADability..::..GeoPoint2D