---
title: "unapplying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/size3dfloat/unapplying(_:)-1jw2r"
---

# unapplying(_:)

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

## Declaration

```swift
func unapplying(_ pose: Pose3DFloat) -> Size3DFloat
```

## Parameters

- `pose`: The pose.

## Discussion

Discussion Returns The transformed primitive.
