Show / Hide Table of Contents

Class DynamicMesh.Cylinder

Inheritance
System.Object
DynamicMesh.SubItem
DynamicMesh.Cylinder
Implements
ICylinderDescription
IShapeDescription
Inherited Members
DynamicMesh.SubItem.Mass
DynamicMesh.SubItem.Position
DynamicMesh.SubItem.Roll
DynamicMesh.SubItem.Yaw
System.Object.ToString()
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
[Serializable]
public class Cylinder : DynamicMesh.SubItem, ICylinderDescription, IShapeDescription

Properties

Length

Declaration
public float Length { get; set; }
Property Value
Type Description
System.Single

Radius

Declaration
public float Radius { get; set; }
Property Value
Type Description
System.Single

Slices

Declaration
public int Slices { get; set; }
Property Value
Type Description
System.Int32

Implements

ICylinderDescription
IShapeDescription
Back to top Generated by DocFX