idea-statica / iom-examples

Examples of using IDEA StatiCa IOM API
MIT License
8 stars 4 forks source link

[QUESTION]Crosssectionfactory for plates #22

Closed BouwenmetStaal closed 4 years ago

BouwenmetStaal commented 4 years ago

Hi,

Does the class CrossSectionFactory in IdeaRS.OpenModel.CrossSection.CrossSectionFactory also contain a method to create plate section (height and width?

I could not find it.

BR, Rayaan

image

tLuber72 commented 4 years ago

For this type of CrossSection you can use CrossSectionFactory.FillRectangle(cssO, 0.03, 0.005);

BR Tomas Luber