Configuration

Home | Classes | Methods | Properties | Members

** Location:**Configuration & Parameters Configuration

Namespace: AlibreScript.API | Kind: Class

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

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
 
"""

⬆ Back to Top