PatchDirection
Overview
PatchDirection is a class in Aspose.3D FOSS for .NET.
Patch’s U and V direction.
This class provides 1 method for working with PatchDirection objects in .NET programs.
Available methods include: PatchDirection.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Closed, ControlPoints, Divisions, Type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | PatchDirectionType | Read/Write | Gets or sets the patch’s type. |
Divisions | int | Read/Write | Gets or sets the number of divisions between adjacent control points. |
ControlPoints | int | Read/Write | Gets or sets the count of control points in current direction. |
Closed | bool | Read/Write | Gets or sets a value indicating whether this is a closed curve. |
Methods
| Signature | Description |
|---|---|
PatchDirection() | Calls PatchDirection on this PatchDirection instance. |