Click or drag to resize
GeCurveGetPointAtParam Method
Returns a coordinate for specified curve parameter.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract GeCoordinate GetPointAtParam(
	double param
)

Parameters

param
Type: SystemDouble
Curve parameter ranging from 0 to 1.

Return Value

Type: GeCoordinate

Implements

IGeCurveGetPointAtParam(Double)
Remarks