LaminatePlatePropertiesOutput constructor
LaminatePlatePropertiesOutput({})
Implementation
LaminatePlatePropertiesOutput({
this.A = const [],
this.B = const [],
this.D = const [],
InPlaneProperties? inPlaneProperties,
InPlaneProperties? flexuralProperties,
}) : inPlaneProperties = inPlaneProperties ?? InPlaneProperties(),
flexuralProperties = flexuralProperties ?? InPlaneProperties();