Data type defines geometry transformation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active |
is transformation active |
|||
type(tem_translation_type), | public | :: | translate |
translation of geometry |
|||
type(tem_deformation_type), | public | :: | deform |
deformation of geometry |
type tem_transformation_type !> is transformation active logical :: active !> translation of geometry type(tem_translation_type) :: translate !> deformation of geometry type(tem_deformation_type) :: deform end type tem_transformation_type