Scene3D Class
3-D Scene.When the object is serialized out as xml, its qualified name is dgm:scene3d.
Inheritance Hierarchy
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
'Декларация
<ChildElementInfoAttribute(GetType(Camera))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
<ChildElementInfoAttribute(GetType(Backdrop))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class Scene3D _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As Scene3D
[ChildElementInfoAttribute(typeof(Camera))]
[ChildElementInfoAttribute(typeof(LightRig))]
[ChildElementInfoAttribute(typeof(Backdrop))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class Scene3D : OpenXmlCompositeElement
Remarks
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]
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. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.