alias_api.AlPoint

class alias_api.AlPoint

Bases: AlConstructionEntity

Contains functionality common to all Alias construction entity points.

This virtual class is derived from AlConstructionEntity and encapsulates methods common to all the Alias point type such as space points, curve points, curve on surface points, and surface points.

copy_wrapper(self: alias_api.AlPoint) alias_api.AlObject

Return an exact duplicate of this AlPoint wrapper.

type(self: alias_api.AlPoint) alias_api.AlObjectType

Return the AlPoint type identifier.

worldPosition(self: alias_api.AlPoint, x: SupportsFloat, y: SupportsFloat, z: SupportsFloat) int

Return the world coordinates of the AlPoint.