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