Click or drag to resize

GH_PointCreateFromEdgeRatio Method

Create new point geometry instance based on an edge parameter ratio

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void CreateFromEdgeRatio(
	Guid brp_id,
	Curve edge,
	int e_index,
	double t
)

Parameters

brp_id
Type: SystemGuid
ID of the brep this object references
edge
Type: Curve
The edge curve
e_index
Type: SystemInt32
Index of edge to reference
t
Type: SystemDouble
Parameter on edge in edge domain space
Remarks
This 'constructor' merely sets fields, it doesn't load the geometry and it doesn't perform validity checking.
See Also