Feature
Home | Classes | Methods | Properties | Members
** Location:**Assembly & Parts Feature
Namespace: AlibreScript.API | Kind: Class
The Feature class provides functionality for managing part features including operations, appearance, and feature properties.
Related Classes
- Part - Contains features
- Assembly - Assembly feature operations
- Sketch - Sketch-based features
- Configuration - Feature configurations
Quick Navigation
- Properties - Feature identity and attributes
- Methods - Feature operations and styling
Properties
Name
Type: Object
Name of the feature
Methods
SetColor
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
"""