Class Cylinder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public class Cylinder : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
Cylinder(Color, Single, Single, Int32)
Declaration
public Cylinder(Color color, float length, float radius, int slices)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Color | color | |
System.Single | length | |
System.Single | radius | |
System.Int32 | slices |
Properties
Length
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable