examples.model

Example model package.

Name

Description

BoxModel

Encapsulates the data (i.e. topography and shape) for a Box,


class BoxModel(obj)

Bases: object

Encapsulates the data (i.e. topography and shape) for a Box, and is separate from the “view” or GUI representation.

Name

Type

Default Value

Description

Height App::PropertyLength

10.0 mm

Box height

Length App::PropertyLength

10.0 mm

Box length

Width App::PropertyLength

10.0 mm

Box width

execute(obj)