NurbSurfaceIsRationalInU
Property
|
Property that indicates whether this surface
is rational in the U direction. The U direction is considered
rational when it has weighted control points.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsRationalInU { get; }
Public ReadOnly Property IsRationalInU As Boolean
Get
public:
property bool IsRationalInU {
bool get ();
}
member IsRationalInU : bool with get
Property Value
Boolean
See Also