Show / Hide Table of Contents

Class DynamicMesh.Box

Inheritance
System.Object
DynamicMesh.SubItem
DynamicMesh.Box
Implements
IBoxDescription
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 Box : DynamicMesh.SubItem, IBoxDescription, IShapeDescription

Properties

Height

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

Length

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

Width

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

Implements

IBoxDescription
IShapeDescription
Back to top Generated by DocFX