NurbSurfaceIsPeriodicInV
Property
|
Property that indicates whether this surface
is periodic in the V direction. If a surface is closed in one
direction (opposite sides are the same line in object space) and
the parameterization and derivatives also match at these
boundaries, the surface is periodic in the parameter
direction.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsPeriodicInV { get; }
Public ReadOnly Property IsPeriodicInV As Boolean
Get
public:
property bool IsPeriodicInV {
bool get ();
}
member IsPeriodicInV : bool with get
Property Value
Boolean
See Also