PatchDirection

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

NameTypeAccessDescription
TypePatchDirectionTypeRead/WriteGets or sets the type.
DivisionsintRead/WriteGets or sets the divisions.
ControlPointsintRead/WriteGets or sets the control points.
ClosedboolRead/WriteGets or sets the closed.

Methods

SignatureDescription
PatchDirection()

See Also