.NET SDK Documentation

    Show / Hide Table of Contents

    Class CustomBoxArchetype

    Custom object cuboid definition.

    Inheritance
    Object
    CustomObjectArchetype
    CustomBoxArchetype
    Inherited Members
    CustomObjectArchetype.CustomObjectType
    CustomObjectArchetype.MarkerWidthMm
    CustomObjectArchetype.MarkerHeightMm
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public class CustomBoxArchetype : CustomObjectArchetype

    Properties

    | Improve this Doc View Source

    DepthMm

    Gets or sets the depth of the object (in millimeters) (X axis).

    public float DepthMm { get; set; }
    Property Type
    Single
    | Improve this Doc View Source

    HeightMm

    Gets or sets the height of the object (in millimeters) (Z axis).

    public float HeightMm { get; set; }
    Property Type
    Single
    | Improve this Doc View Source

    MarkerBack

    Gets or sets the marker affixed to the back of the object.

    public CustomObjectMarker MarkerBack { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    MarkerBottom

    Gets or sets the marker affixed to the bottom of the object.

    public CustomObjectMarker MarkerBottom { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    MarkerFront

    Gets or sets the marker affixed to the front of the object.

    public CustomObjectMarker MarkerFront { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    MarkerLeft

    Gets or sets the marker affixed to the left of the object.

    public CustomObjectMarker MarkerLeft { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    MarkerRight

    Gets or sets the marker affixed to the right of the object.

    public CustomObjectMarker MarkerRight { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    MarkerTop

    Gets or sets the marker affixed to the top of the object.

    public CustomObjectMarker MarkerTop { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    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 Source

    ToString()

    Converts to string.

    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()

    See Also

    CustomObjectArchetype
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables