PatchDirection
Overview
PatchDirection is a class in Aspose.3D FOSS for Python.
This class declares 1 method for PatchDirection objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: closed, control_points, divisions, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | 'PatchDirectionType' | Read/Write | Gets or sets the type. |
divisions | int | Read/Write | Gets or sets the divisions. |
control_points | int | Read/Write | Gets or sets the control points. |
closed | bool | Read/Write | Gets or sets the closed. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this PatchDirection instance. |