NurbSurfaceDefinitionVKnots Property
|
Property that represents knot vector in the V
direction. A knot vector defines a sequence of parameter values
that determine where and how the control points affect the surface.
Values of knot vector are provided in ascending order, for example:
(0, 0, 0, 1, 2, 3, 3, 3) can be valid while (0, 0, 2, 0, 3, 1, 3,
3) cannot be valid.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public KnotCollection VKnots { get; }
Public ReadOnly Property VKnots As KnotCollection
Get
public:
property KnotCollection^ VKnots {
KnotCollection^ get ();
}
member VKnots : KnotCollection with get
Property Value
KnotCollection
See Also