Closed
Description
Hi! I am trying to calculate area of inertia using area ang Length like this:
private Length dimAlongForce;
private Length dimAcrossForce;
private Area area;
private AreaMomentOfInertia areaOfInertia;
area = dimAlongForce * dimAcrossForce;
massOMoment = area * 5.Meters() * 5.Meters();
but the error "operator * cannot be applied to operands fo type Volume and Length" happens.
Is there any way to do such calculation?
Metadata
Metadata
Assignees
Labels
No labels