alias_api.AlSpacePoint

class alias_api.AlSpacePoint

Bases: AlPoint

Interface to Alias space points.

AlSpacePoint is the interface to Alias Space points. A space point can be created at any point in the world coordinate system. There are methods to query and modify the position of the point in this class.

copy_wrapper(self: alias_api.AlSpacePoint) alias_api.AlObject

Return an exact duplicate of this AlSpacePoint wrapper.

create(self: alias_api.AlSpacePoint, x: SupportsFloat, y: SupportsFloat, z: SupportsFloat) int

Create an AlSpacePoint at the given coordinates.

type(self: alias_api.AlSpacePoint) alias_api.AlObjectType

Return the AlSpacePoint type identifier.