diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Perspective plm:Orthographic plm:ViewMatrix plm:ViewPort | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="ViewControlType"> <xsd:annotation> <xsd:documentation> Defines a view, i.e. a camera position and optional viewport. Elements: One of Perspective, Orthographic or ViewMatrix (4 by 4). ViewPort: optional viewport definition. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:DescriptionBase"> <xsd:sequence> <xsd:choice> <xsd:element name="Perspective" type="plm:PerspectiveType"/> <xsd:element name="Orthographic" type="plm:OrthographicType"/> <xsd:element name="ViewMatrix" type="plm:MatrixType"/> </xsd:choice> <xsd:element name="ViewPort" type="plm:ViewPortType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | plm:PerspectiveType | ||
properties |
|
||
children | plm:ViewFrom plm:ViewTo plm:ViewVertical | ||
source | <xsd:element name="Perspective" type="plm:PerspectiveType"/> |
diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | plm:OrthographicType | ||
properties |
|
||
children | plm:ViewDirection plm:ViewVertical plm:ViewTo | ||
source | <xsd:element name="Orthographic" type="plm:OrthographicType"/> |
diagram | ||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | plm:MatrixType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:element name="ViewMatrix" type="plm:MatrixType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:ViewPortType | ||||||
properties |
|
||||||
children | plm:ViewPortLow plm:ViewPortHigh | ||||||
source | <xsd:element name="ViewPort" type="plm:ViewPortType" minOccurs="0"/> |