Skip to content

More parameters in test objects #2

@rwb27

Description

@rwb27

It would be great to use more parameters in the test objects - for example, there are currently different files for each size of hole. What I would recommend is having a variable called "hole diameters", which is an array of sizes:

hole_diameters = [1.0, 1.5, 1.8, 2.0, 2.2, 2.4, 2.6, 2.8, 3.0, 4.0, 6.0];
number_of_holes = len(hole_diameters)

Then you can generate a test object with one hole of each diameter specified. It would also be possible to use a script to generate different test objects .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions