News: Need training? HyperSizer Training Videos are available now! Learn more here: https://hypersizer.com/trainingevents/e-learning/

Author Topic: Generate Discrete Laminates from Effectve Lamiantes via COM API  (Read 12363 times)

Tobias Bach

  • Client
  • **
  • Posts: 3
    •  
Hi there,

when I use HyperSizer via the GUI, I can create Effective Lamiantes, analyze the component and generate Discrete Laminates from the result.
Is this feature available for the object model per function? Or do I have to get the Material Name of the chosen Effective Laminate and the thickness of the variable, evaluate the share of the different fiber directions and then generate the Discrete Laminates via the Laminates.Create function?

Tobias
« Last Edit: May 16, 2013, 04:48:26 AM by Tobias Bach »

Ryan

  • Administrator
  • *****
  • Posts: 145
    •  
Re: Generate Discrete Laminates from Effectve Lamiantes via COM API
« Reply #1 on: May 16, 2013, 08:40:04 AM »
Generating and assigning sets of effective and discrete laminates is available through the GUI only. You can manually create and assign individual discrete laminates using Laminates.Create() and Group.VariableMaterial(), but this is not the recommended approach.

-Ryan