PatchDirection

PatchDirection class

Patch’s U and V direction.

Methods

constructor

NameDescription
constructor()

Result:


getType

NameDescription
getType()Gets or sets the patch’s type. The value of the property is PatchDirectionType integer constant.The type.

Result:


setType

NameDescription
setType(value)Gets or sets the patch’s type. The value of the property is PatchDirectionType integer constant.The type.

Result:


getDivisions

NameDescription
getDivisions()Gets or sets the number of divisions between adjacent control points. The step.

Result:


setDivisions

NameDescription
setDivisions(value)Gets or sets the number of divisions between adjacent control points. The step.

Result:


getControlPoints

NameDescription
getControlPoints()Gets or sets the count of control points in current direction. The count.

Result:


setControlPoints

NameDescription
setControlPoints(value)Gets or sets the count of control points in current direction. The count.

Result:


getClosed

NameDescription
getClosed()Gets or sets a value indicating whether this PatchDirection is a closed curve.

Result:


setClosed

NameDescription
setClosed(value)Gets or sets a value indicating whether this PatchDirection is a closed curve.

Result: