========================== Module VIIAClassDefinition ========================== This module contains project methods to create shapes according to the naming convention for VIIA. ------------------------------------------------------------ VIIA project settings for naming convention - Shape creation ------------------------------------------------------------ Create functions ---------------- These functions are used to create the shapes based on VIIA naming convention. .. automodule:: viiapackage.VIIAClassDefinition :members: _viia_create_beam, _viia_create_column, _viia_create_floor, _viia_create_roof, _viia_create_wall, _viia_create_fstrip, _viia_create_roof, _viia_create_main_surface_reinforcement, _viia_create_cavity_wall_tie Create on grid functions ------------------------ These functions are used to convert simplified grid-based input for the create functions above. These functions can generate the shapes with list input. Be aware that foundation strips and roofs can't be created on grid, but should be created with the functions created for roofs and foundations. .. automodule:: viiapackage.VIIAClassDefinition :members: _viia_create_beams_on_grid, _viia_create_columns_on_grid, _viia_create_floors_on_grid, _viia_create_walls_on_grid, _viia_create_beams_on_grid_in_shape, viia_create_collar_ties_on_grid --------------------------------------------------------------- VIIA project settings for naming convention - Material creation --------------------------------------------------------------- .. automodule:: viiapackage.VIIAClassDefinition :members: _viia_create_material --------------------------------------------------------------- VIIA project settings for naming convention - Geometry creation --------------------------------------------------------------- .. automodule:: viiapackage.VIIAClassDefinition :members: _viia_create_geometry ------------------------------------ Remove shape objects in VIIA project ------------------------------------ .. automodule:: viiapackage.VIIAClassDefinition :members: _viia_remove_shape ------------------------------ Getters for VIIA shape objects ------------------------------ .. automodule:: viiapackage.VIIAClassDefinition :members: viia_get, viia_get_shape, viia_get_connection, viia_get_level