---
title: "unapplying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/rect3dfloat/unapplying(_:)-4dm1d"
---

# unapplying(_:)

Returns the primitive that results from applying a scaled pose to the primitive.

## Declaration

```swift
func unapplying(_ scaledPose: ScaledPose3DFloat) -> Rect3DFloat
```

## Discussion

Discussion Returns The transformed primitive. note: The pose’s rotation angle must be zero, otherwise this function returns self.
