Remodel-AR
  • Overview
  • ios guides
    • iOS Quick Start
    • iOS Walkthrough
      • SwiftUI Walkthrough
        • Section 1 - Setting up Remodel-AR in SwiftUI
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
      • UIKit Walkthrough
        • Setting up Remodel-AR in UIKit
        • Adding a Color Picker
        • Getting to know Lidar scanning
        • Getting to know Legacy
        • Getting to know Floorplan
        • Getting to know Shader Paint
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
    • iOS Library Documentation
      • Classes
        • ARController
        • ARStateModel
        • RemodelARLib
        • PassioConfiguration
      • Structures
      • Enumerations
      • Protocols
  • android guides
    • Android Quick Start
    • Android Walkthrough
      • Setting up Remodel-AR in Android
      • Paint Approaches
      • Getting to know Legacy
      • Getting to know Floor Plan
      • Getting to know Shader Approach
    • Android Library Documentation
      • Classes
        • PaintARActivity
        • OnCornerPlaced
        • GetWallPatchInfos
        • GetSavedImage
        • GetRawCameraImage
        • PassioSDKStatus
        • WallPatchInfo
    • ❔FAQs
Powered by GitBook
On this page
  • Declaration
  • Topics
  • Variables
  1. android guides
  2. Android Library Documentation
  3. Classes

WallPatchInfo

This is how you will get information about walls in the scene

Declaration

class WallPatchInfo

Topics

Variables

public int wallPatchID;

Unique ID of the wall

public float width;

width of the wall

public float height;

height if the wall

public String color; color hex of the wall in #rrggbb format

public String texturePath;

path to texture which is applied to this wall

public String passioID;

Type of surface would be identified using this field, As of now if the values is TA1, it means that the surface is a wall, same way TA2 means Ceiling and TA3 means Floor

public HashMap<String, String> metadata;

All the metadata related to this surface can be stored in this field as key value pairs.

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

PreviousPassioSDKStatusNextFAQs

Last updated 1 year ago