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
  • Paint Structs
  • struct PaintInfo
  • struct WallInfo
  • struct AreaInfo
  • struct WallPaint
  • Scene Information Structs
  • struct CameraAimInfo
  • Abnormality Structs
  • struct ImageCapture
  • struct AbnormalitiesInfo
  • struct AbnormalityInfo
  1. ios guides
  2. iOS Library Documentation

Structures

PreviousPassioConfigurationNextEnumerations

Last updated 1 year ago

Paint Structs

struct PaintInfo

init(paintedWalls: []) let paintedWalls: []

struct WallInfo

init(area: , paint: ) let area: AreaInfo let paint: WallPaint

struct AreaInfo

init(width: Double, height: Double) var area: Double var estimatedActualArea: Double let height: Double let width: Double

struct WallPaint

init(id: String, color: UIColor) let color: UIColor let id: String

Scene Information Structs

struct CameraAimInfo

init(surfaceType: , angle: Float) let surfaceType: let angle: Float

Abnormality Structs

struct ImageCapture

init(image: UIImage, width: Double, height: Double) let image: UIImage let width: Double let height: Double

struct AbnormalitiesInfo

struct AbnormalityInfo

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

init(abnormalities: []) let abnormalities: []

init(identifier: String, name: String, area: ?) let identifier: String let name: String let area:

AbnormalityInfo
AbnormalityInfo
AreaInfo
AreaInfo
WallInfo
WallInfo
AreaInfo
WallPaint
SurfaceType
SurfaceType