Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Interfaces

Stephen S. Mitchell edited this page Apr 25, 2026 · 4 revisions

Core interface definitions in the AlibreScript API

Available Interfaces

Namespace: AlibreScript.API

Defines the interface for axis operations and properties. Used for geometric axis definitions and transformations.

Related Classes:Axis

Namespace: AlibreScript.API

Defines the interface for plane operations and properties. Essential for 3D geometry operations and coordinate system definitions.

Related Classes:Plane

Namespace: AlibreScript.API

Defines the interface for point operations and properties. Fundamental interface for all point-based geometry operations.

Related Classes:Point, SketchPoint, SketchPoint3D, PolylinePoint, PolylinePoint3D

Usage Patterns

Interfaces in the AlibreScript API provide consistent contracts for geometric operations. They are typically implemented by concrete classes and used polymorphically throughout the API.

See Also:

Clone this wiki locally