This repository was archived by the owner on Apr 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature
Stephen S. Mitchell edited this page Apr 25, 2026
·
5 revisions
Namespace: AlibreScript.API | Kind: Class
The Feature class provides functionality for managing part features including operations, appearance, and feature properties.
- Part - Contains features
- Assembly - Assembly feature operations
- Sketch - Sketch-based features
- Configuration - Feature configurations
- Properties - Feature identity and attributes
- Methods - Feature operations and styling
Type: Object
Name of the feature
Sets the color of the part
def SetColor(red, green, blue):
"""
Sets the color of the part
Args:
red (byte): Red component 0 - 255
green (byte): Green component 0 - 255
blue (byte): Blue component 0 - 255
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06