You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Action edited this page Aug 29, 2024
·
2 revisions
Class System
Represents a generic system with a defined direction.
Constructor
__init__(self)
Initializes a new System instance.
- `type` (str): The class name, indicating the object type as "System".
- `name` (str, optional): The name of the system.
- `id` (str): A unique identifier for the system instance.
- `polycurve` (PolyCurve, optional): An optional PolyCurve associated with the system.
- `direction` (Vector): A Vector indicating the primary direction of the system.