Gets the nurbs surface's U direction
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NurbsDirection U { get; }Public ReadOnly Property U As NurbsDirection
Get
public:
property NurbsDirection^ U {
NurbsDirection^ get ();
}member U : NurbsDirection with get
Property Value
Type:
NurbsDirection
See Also