Class CustomBoxArchetype
Custom object cuboid definition.
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public class CustomBoxArchetype : CustomObjectArchetype
Properties
| Improve this Doc View SourceDepthMm
Gets or sets the depth of the object (in millimeters) (X axis).
public float DepthMm { get; set; }
Property Type
Single |
HeightMm
Gets or sets the height of the object (in millimeters) (Z axis).
public float HeightMm { get; set; }
Property Type
Single |
MarkerBack
Gets or sets the marker affixed to the back of the object.
public CustomObjectMarker MarkerBack { get; set; }
Property Type
CustomObjectMarker |
MarkerBottom
Gets or sets the marker affixed to the bottom of the object.
public CustomObjectMarker MarkerBottom { get; set; }
Property Type
CustomObjectMarker |
MarkerFront
Gets or sets the marker affixed to the front of the object.
public CustomObjectMarker MarkerFront { get; set; }
Property Type
CustomObjectMarker |
MarkerLeft
Gets or sets the marker affixed to the left of the object.
public CustomObjectMarker MarkerLeft { get; set; }
Property Type
CustomObjectMarker |
MarkerRight
Gets or sets the marker affixed to the right of the object.
public CustomObjectMarker MarkerRight { get; set; }
Property Type
CustomObjectMarker |
MarkerTop
Gets or sets the marker affixed to the top of the object.
public CustomObjectMarker MarkerTop { get; set; }
Property Type
CustomObjectMarker |
WidthMm
Gets or sets the width of the object (in millimeters) (Y axis).
public float WidthMm { get; set; }
Property Type
Single |
Methods
| Improve this Doc View SourceToString()
Converts to string.
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |