Freigeben über


Scene3D-Klasse

3-D Scene.When the object is serialized out as xml, its qualified name is dgm:scene3d.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Camera))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
<ChildElementInfoAttribute(GetType(Backdrop))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class Scene3D _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Scene3D
[ChildElementInfoAttribute(typeof(Camera))]
[ChildElementInfoAttribute(typeof(LightRig))]
[ChildElementInfoAttribute(typeof(Backdrop))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class Scene3D : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.Camera <a:camera>

  • DocumentFormat.OpenXml.Drawing.LightRig <a:lightRig>

  • DocumentFormat.OpenXml.Drawing.Backdrop <a:backdrop>

  • DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.4.5.5 scene3d (3-D Scene)

The 3-D scene which consists of a camera, a light rig, and an optional backdrop to catch shadows.

Parent Elements

styleDef (§21.4.5.7); styleLbl (§21.4.5.10)

Child Elements

Subclause

backdrop (Backdrop Plane)

§20.1.5.2

camera (Camera)

§20.1.5.5

extLst (Extension List)

§20.1.2.2.15

lightRig (Light Rig)

§20.1.5.9

[Note: The W3C XML Schema definition of this element's content model (CT_Scene3D) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Scene3D-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace