Interface ICylinderDescription
Inherited Members
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICylinderDescription : IShapeDescription
Properties
Length
Declaration
float Length { get; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
Declaration
float Radius { get; }
Property Value
Type | Description |
---|---|
System.Single |
Slices
Declaration
int Slices { get; }
Property Value
Type | Description |
---|---|
System.Int32 |