diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
children | plm:ViewDirection plm:ViewVertical plm:ViewTo | ||
used by |
|
||
annotation |
|
||
source | <xsd:complexType name="OrthographicType"> <xsd:annotation> <xsd:documentation> Defines a view from infinity (no perspective). Elements: ViewDirection: direction eye is looking in. ViewVertical: vector which is vertical in the view. Should be perpendicular to ViewDirection. ViewTo: optional point at which eye is looking, only needed if depth is significant in the view. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="ViewDirection" type="plm:VectorType"/> <xsd:element name="ViewVertical" type="plm:VectorType"/> <xsd:choice minOccurs="0"> <xsd:element name="ViewTo" type="plm:VectorType"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="ViewDirection" type="plm:VectorType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="ViewVertical" type="plm:VectorType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="ViewTo" type="plm:VectorType"/> |