SwiftBindings.Apple.RoomPlan
26.2.6
dotnet add package SwiftBindings.Apple.RoomPlan --version 26.2.6
NuGet\Install-Package SwiftBindings.Apple.RoomPlan -Version 26.2.6
<PackageReference Include="SwiftBindings.Apple.RoomPlan" Version="26.2.6" />
<PackageVersion Include="SwiftBindings.Apple.RoomPlan" Version="26.2.6" />
<PackageReference Include="SwiftBindings.Apple.RoomPlan" />
paket add SwiftBindings.Apple.RoomPlan --version 26.2.6
#r "nuget: SwiftBindings.Apple.RoomPlan, 26.2.6"
#:package SwiftBindings.Apple.RoomPlan@26.2.6
#addin nuget:?package=SwiftBindings.Apple.RoomPlan&version=26.2.6
#tool nuget:?package=SwiftBindings.Apple.RoomPlan&version=26.2.6
SwiftBindings.Apple.RoomPlan
Native .NET bindings for Apple's RoomPlan framework — LiDAR-based 3D room capture and structured-floorplan reconstruction. These are not Objective-C proxy wrappers; they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.
📖 Full usage guide → — Swift→C# naming, the capture/build/result workflow, inspecting a CapturedRoom, and USDZ export.
Installation
dotnet add package SwiftBindings.Apple.RoomPlan
Requirements
- .NET 10.0+
- iOS 26.2+
- macOS host for development
- LiDAR-equipped iPhone or iPad Pro for capture
- Camera + ARKit usage description in
Info.plist
Usage
using RoomPlan;
var options = new RoomBuilder.ConfigurationOptions();
// Capture errors expose Swift's localised description
var description = RoomCaptureSessionCaptureErrorExtensions.GetErrorDescription(
RoomCaptureSession.CaptureError.ExceedSceneSizeLimit);
// Inspect a captured room — surfaces, objects, and sections
// CapturedRoom, CapturedRoom.Surface, CapturedRoom.Object, CapturedRoom.Section,
// and CapturedRoom.USDExportOptions are all bound for export and analysis flows.
RoomCaptureSession, RoomCaptureView, RoomBuilder, CapturedRoom, and the structured-room result types are all bound; refer to Apple's RoomPlan documentation for the full session/delegate lifecycle.
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Apple RoomPlan framework
How It Works
These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.
License
The bindings are MIT licensed. RoomPlan is part of the Apple SDK; refer to Apple's licensing for the underlying framework.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.2 is compatible. |
-
net10.0-ios26.2
- SwiftBindings.Apple (>= 26.2.6)
- SwiftBindings.Runtime (>= 0.14.0 && < 0.15.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.