GH_PointCreateFromCurveRatio Method |
Create new point geometry instance based on a curve parameter ratio
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void CreateFromCurveRatio(
Guid crv_id,
Curve crv,
double t
)
Public Sub CreateFromCurveRatio (
crv_id As Guid,
crv As Curve,
t As Double
)
Parameters
- crv_id
- Type: SystemGuid
ID of the curve this object references - crv
- Type: Curve
- t
- Type: SystemDouble
Parameter on curve in domain space
Remarks This 'constructor' merely sets fields, it doesn't load the geometry and it doesn't perform validity checking.
See Also