Printing3DBufferFormat Printing3DBufferFormat Printing3DBufferFormat Printing3DBufferFormat Enum

Definition

Specifies the format used by the buffer.

public : enum class Printing3DBufferFormatpublic enum Printing3DBufferFormatPublic Enum Printing3DBufferFormat// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Fields

Printing3DDouble Printing3DDouble Printing3DDouble Printing3DDouble

A buffer of type double.

Printing3DUInt Printing3DUInt Printing3DUInt Printing3DUInt

A buffer of type uint.

R32G32B32A32Float R32G32B32A32Float R32G32B32A32Float R32G32B32A32Float

A four-component, 128-bit floating-point format that supports 32 bits per channel including alpha.

R32G32B32A32UInt R32G32B32A32UInt R32G32B32A32UInt R32G32B32A32UInt

A four-component, 128-bit unsigned-integer format that supports 32 bits per channel including alpha.

R32G32B32Float R32G32B32Float R32G32B32Float R32G32B32Float

A three-component, 96-bit floating-point format that supports 32 bits per color channel.

R32G32B32UInt R32G32B32UInt R32G32B32UInt R32G32B32UInt

A three-component, 96-bit unsigned-integer format that supports 32 bits per color channel.

Unknown Unknown Unknown Unknown

The format is not known.

Remarks

This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.