Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Two kinds of geometries can be defined in inside the MSC Apex Generative Design Configuration File - spaces and masks.

The main difference between these two types of geometry definition is that only the Design Space is categorized as a space. A space get the additional information regarding the material of the geometry. Whereas masks are just marking areas in the part Design Space such as Non-Design Spaces, Constraints, Forces etc. by adding attributes explained below. For every creation of a Non-Design Space or other another boundary condition a new Mask is being created. However, if you simultaneously select multiple cells in the Non-Design Space Tool and then create the Non-Design Space all cells are saved in just one Mask. This creation and handling of the Masks is very important for the Keep Non-Design Spaces Function.

...

The Bookshelf is a beginner tutorial with just a few Non-Design Spaces and Boundary boundary conditions thus . Thus, it is a great example to explain and to have a look at the different geometries. It has one Design Space, four Non-Design Spaces, one Mask representing the force application area and three Masks representing the fixation application area. The Space and Masks are marked in the picture below.

...

Space Bookshelf
.path = Bookshelf.stl
.material = 316L
.E-Modul = 192372000000.000000
.Poisson = 0.300000
.density = 7.970000e+03

...

Mask Force_-Moment_1
.path = Force_-Moment_1.stl
Mask.Force_-Moment_1.nonDesign
Mask.Force_-_Moment_1.preserve

Constraint application regions

Mask Constraint_1
.path = Constraint_1.stl
Mask.Constraint_1.nonDesign
Mask.Constraint_1.preserve

Mask Constraint_2
.path = Constraint_2.stl
Mask.Constraint_2.nonDesign
Mask.Constraint_2.preserve

Mask Constraint_3
.path = Constraint_3.stl
Mask.Constraint_3.nonDesign
Mask.Constraint_3.preserve

...