Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / AreaAndVolume Class / GetResultsAboutCentroid Method
Mass
3D centroid

In This Topic
    GetResultsAboutCentroid Method
    In This Topic
    This method is called to obtain the results.
    Syntax
    'Declaration
     
    Protected Function GetResultsAboutCentroid( _
       ByVal m As Double, _
       ByVal C As Point3D, _
       ByVal r As Double _
    ) As MomentOfInertia
    protected MomentOfInertia GetResultsAboutCentroid( 
       double m,
       Point3D C,
       double r
    )

    Parameters

    m
    Mass
    C
    3D centroid
    r
    See Also