VPNurbsGenerator EvaluateTensorProductControlPoints Method Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the tensor product control points of an isoparametric curve on a NURBS surface. The curve has to be isoparametric in the space dimension.

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

public List<double[]> EvaluateTensorProductControlPoints(
	double space_ref
)

Parameters

space_ref
Type: OnlineSystem Double
spatial coordinate mapped to the reference domain

Return Value

Type: OnlineList  OnlineDouble  
control points effective on a specific isoparametric curve along the time direction

Implements

INurbs EvaluateTensorProductControlPoints(Double)
See Also