PatchDirection

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

NameTypeAccessDescription
type'PatchDirectionType'Read/WriteGets or sets the type.
divisionsintRead/WriteGets or sets the divisions.
control_pointsintRead/WriteGets or sets the control points.
closedboolRead/WriteGets or sets the closed.

Methods

SignatureDescription
__init__()Calls init on this PatchDirection instance.

See Also