VPNurbsGenerator ComputeCurvePoint Method Virtual Photonics - VTS Library
Virtual Photonics
Evaluates a point on a NURBS curve.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double ComputeCurvePoint(
	double point,
	NurbsValuesDimensions dimension
)

Parameters

point
Type: OnlineSystem Double
coordinate of the point on the NURBS curve, which is mapped to the parametric space
dimension
Type: Vts.Modeling.ForwardSolvers NurbsValuesDimensions
spatial(rho or fx) or temporal dimension identifier

Return Value

Type: OnlineDouble
value of the NURBS curve at a specific location

Implements

INurbs ComputeCurvePoint(Double, NurbsValuesDimensions)
Exceptions

See Also