Gets the v direction.
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic PatchDirection V { get; }
Public ReadOnly Property V As PatchDirection
Get
public:
property PatchDirection^ V {
PatchDirection^ get ();
}
member V : PatchDirection with get
Property Value
Type:
PatchDirectionThe v.
See Also