DatabaseOperations.sectionPropertyCalculator


sectionPropertyCalculator(obj, cArea, cIxx, cIyy, cIxy, cJ, cAsx, cAsy, cxc, cyc, [data], [fileName])

Calculates the geometric properties of the section consisting of the visible surface(s) in the model

objPointer to this objectAllows multiple function calls to be chained together
cAreadouble Cross sectional area
cIxxdouble Second moment of area about x axis
cIyydouble Second moment of area about y axis
cIxydouble Product moment of area
cJdouble Torsion constant
cAsxdouble Effective shear area in the x direction
cAsydouble Effective shear area in the y direction
cxcdouble x coordinate of the centroid
cycdouble y coordinate of the centroid
dataoptional IFGeometryData
fileNameoptional string temporary file name created to contain the boundary information; delete this file after calling this function
Return valueinteger

Back to DatabaseOperations

Back to Overview