SELAB3 Python Code
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
morphevo.workspace_parameters.WorkspaceParameters Class Reference

A dataclass that represents the parameters for a workspace. More...

Public Member Functions

None __init__ (self, str workspace_type='normalized_cube', tuple workspace_cube_offset=(0, 0, 0), float workspace_side_length=13)
 
def __iter__ (self)
 

Public Attributes

 workspace_type
 
 workspace_cube_offset
 
 workspace_side_length
 

Detailed Description

A dataclass that represents the parameters for a workspace.

Constructor & Destructor Documentation

◆ __init__()

None morphevo.workspace_parameters.WorkspaceParameters.__init__ (   self,
str   workspace_type = 'normalized_cube',
tuple   workspace_cube_offset = (0, 0, 0),
float   workspace_side_length = 13 
)
Parameters
workspace_typetype of workspace: normalized_cube or moved_cube
workspace_cube_offsettuple containing the offset of the moved cube
workspace_side_lengththe length of each side in case the workspace is a normalized or moved cube

The documentation for this class was generated from the following file: