Point3D

Overview

Point3D is a class in Aspose.PDF FOSS for Python.

Represents a 3D point.

This class provides 1 method for working with Point3D objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: x, y, z.

Properties

NameTypeAccessDescription
xfloatReadGet X-coordinate.
yfloatReadGet Y-coordinate.
zfloatReadGet Z-coordinate.

Methods

SignatureDescription
__init__(x: float, y: float, z: float)Initialize a 3D point.

See Also