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
| Improve this Doc View SourceHeightMm
Gets or sets the height of the object (in millimeters) (Z axis).
public float HeightMm { get; set; }
Property Type
| Improve this Doc View SourceMarkerBack
Gets or sets the marker affixed to the back of the object.
public CustomObjectMarker MarkerBack { get; set; }
Property Type
| Improve this Doc View SourceMarkerBottom
Gets or sets the marker affixed to the bottom of the object.
public CustomObjectMarker MarkerBottom { get; set; }
Property Type
| Improve this Doc View SourceMarkerFront
Gets or sets the marker affixed to the front of the object.
public CustomObjectMarker MarkerFront { get; set; }
Property Type
| Improve this Doc View SourceMarkerLeft
Gets or sets the marker affixed to the left of the object.
public CustomObjectMarker MarkerLeft { get; set; }
Property Type
| Improve this Doc View SourceMarkerRight
Gets or sets the marker affixed to the right of the object.
public CustomObjectMarker MarkerRight { get; set; }
Property Type
| Improve this Doc View SourceMarkerTop
Gets or sets the marker affixed to the top of the object.
public CustomObjectMarker MarkerTop { get; set; }
Property Type
| Improve this Doc View SourceWidthMm
Gets or sets the width of the object (in millimeters) (Y axis).
public float WidthMm { get; set; }
Property Type
Methods
| Improve this Doc View SourceToString()
Converts to string.
public override string ToString()