Skip to content

Calculation of some Units #515

Closed
Closed
@arn9000

Description

@arn9000

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions