Skip to content
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.

Methods

Documentation

Clone this wiki locally