NurbSurfaceIsPeriodicInU
Property
|
Property that indicates whether this surface
is periodic in the U 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 IsPeriodicInU { get; }
Public ReadOnly Property IsPeriodicInU As Boolean
Get
public:
property bool IsPeriodicInU {
bool get ();
}
member IsPeriodicInU : bool with get
Property Value
Boolean
See Also