VPINurbs EvaluateTensorProductControlPoints Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature of the method used to evaluate the tensor product control points necessary to evaluate the integral of an isoparametric curve.

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

List<double[]> EvaluateTensorProductControlPoints(
	double space_ref
)

Parameters

space_ref
Type: OnlineSystem Double
spatial coordinate mapped to teh reference space

Return Value

Type: OnlineList  OnlineDouble  
Tensor product control points for an isoparametric curve on a surface
See Also