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
Properties
ExternalVolume
The external volume, ie the volume that this shape would displace.
public override Volume ExternalVolume { get; }
Property Value
Height
public Length Height { get; set; }
Property Value
Radius
public Length Radius { get; set; }
Property Value
RadiusOfGyration
public override Length RadiusOfGyration { get; }
Property Value
SurfaceArea
public override Area SurfaceArea { get; }