CylinderCreate Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public static Cylinder Create(
	double radius,
	double height
)

Parameters

radius  Double
 
height  Double
 

Return Value

Cylinder

See Also