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

Configuration

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

Namespace: AlibreScript.API | Kind: Class

The Configuration class provides functionality for managing part and assembly configurations, including activation state and configuration locks.

Related Classes

Quick Navigation

Properties

IsActive

Type: Object True if the configuration is currently active

Name

Type: Object The name of the configuration

Methods

SetLocks

Sets the locks on the configuration

def SetLocks(locks):
"""
Sets the locks on the configuration

Args:
locks (LockTypes): Locks to set

"""

Clone this wiki locally