MDLVoxelArray.GetVoxels Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetVoxels(MDLVoxelIndexExtent) |
Obsolete.
|
GetVoxels(MDLVoxelIndexExtent2) |
GetVoxels(MDLVoxelIndexExtent)
Caution
Use 'GetVoxels (MDLVoxelIndexExtent2)' instead.
[Foundation.Export("voxelsWithinExtent:")]
[System.Obsolete("Use 'GetVoxels (MDLVoxelIndexExtent2)' instead.", false)]
public virtual Foundation.NSData GetVoxels (ModelIO.MDLVoxelIndexExtent withinExtent);
abstract member GetVoxels : ModelIO.MDLVoxelIndexExtent -> Foundation.NSData
override this.GetVoxels : ModelIO.MDLVoxelIndexExtent -> Foundation.NSData
Parameters
- withinExtent
- MDLVoxelIndexExtent
Returns
- Attributes
Applies to
GetVoxels(MDLVoxelIndexExtent2)
public Foundation.NSData GetVoxels (ModelIO.MDLVoxelIndexExtent2 withinExtent);
member this.GetVoxels : ModelIO.MDLVoxelIndexExtent2 -> Foundation.NSData
Parameters
- withinExtent
- MDLVoxelIndexExtent2