Interfaces

Home | Classes | Methods | Properties | Members

Core interface definitions in the AlibreScript API

Available Interfaces

IAxis

Namespace: AlibreScript.API

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

Related Classes:Axis

IPlane

Namespace: AlibreScript.API

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

Related Classes:Plane

IPoint

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:


** Navigation:** Home | Classes | Methods | Properties

⬆ Back to Top