Table of Contents

Class SolidCylinder

Namespace
H.Extensions.Unit
Assembly
H.Extensions.Unit.dll
public class SolidCylinder : SolidShape
Inheritance
SolidCylinder
Inherited Members
Extension Methods

Constructors

SolidCylinder()

public SolidCylinder()

SolidCylinder(Mass, Length, Length)

public SolidCylinder(Mass m, Length r, Length h)

Parameters

m Mass
r Length
h Length

Properties

ExternalVolume

The external volume, ie the volume that this shape would displace.

public override Volume ExternalVolume { get; }

Property Value

Volume

Height

public Length Height { get; set; }

Property Value

Length

Radius

public Length Radius { get; set; }

Property Value

Length

RadiusOfGyration

public override Length RadiusOfGyration { get; }

Property Value

Length

SurfaceArea

public override Area SurfaceArea { get; }

Property Value

Area