Class Sphere
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 Sphere : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
Sphere(Color, Single, Int32)
Declaration
public Sphere(Color color, float radius, int slices)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Color | color | |
System.Single | radius | |
System.Int32 | slices |
Properties
Radius
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable