MDLVoxelArray Class
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.
Models a 3D object as a collection of volumetric elements, called voxels.
[Foundation.Register("MDLVoxelArray", true)]
public class MDLVoxelArray : ModelIO.MDLObject
[<Foundation.Register("MDLVoxelArray", true)>]
type MDLVoxelArray = class
inherit MDLObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| MDLVoxelArray(MDLAsset, Int32, Int32, Int32, Single) |
Developers should not use this deprecated constructor. Developers should use 'new MDLVoxelArray (MDLAsset, int, float)'. |
| MDLVoxelArray(MDLAsset, Int32, Single, Single, Single) |
Creates a new MDLVoxelArray from the provided asset, with the specified number of divisions and the specified numbers of concentric interior and exterior shells of voxels. |
| MDLVoxelArray(MDLAsset, Int32, Single) | |
| MDLVoxelArray(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MDLVoxelArray(NSData, MDLAxisAlignedBoundingBox, Single) |
Creates a new MDLVoxelArray from the provided voxel data, bounding box, and voxel extent. |
| MDLVoxelArray(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BoundingBox |
Gets the smallest box that contains all the voxels. |
| Children |
Gets or sets the list of the objects of type MDLObject that belong to this MDLObject. (Inherited from MDLObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Components |
Gets the array of components that belong to this Model I/O object. (Inherited from MDLObject) |
| Count |
Gets the number of voxels in the array. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Hidden |
Gets or sets a Boolean value that controls whether the Model IO object is hidden. (Inherited from MDLObject) |
| Instance | (Inherited from MDLObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| IsValidSignedShellField | |
| Name |
Gets or sets the descriptive name of the named object. (Inherited from MDLObject) |
| Parent |
Gets or sets this MDLObject object's parent, or |
| Path | (Inherited from MDLObject) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShellFieldExteriorThickness | |
| ShellFieldInteriorThickness | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Transform |
Gets or sets the possibly time-dependent transform that establishes this MDLObject object's coordinate system in relation to its parent's coordinate system. (Inherited from MDLObject) |
| VoxelIndexExtent |
Gets the allowable ranges for the four components of a voxel index. |
| Zone | (Inherited from NSObject) |