<xs:element name="ViewPlaneOrigin" type="PointSimpleType"><xs:annotation><xs:documentation>The ViewPlaneOrigin element is the view plane origin.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Orientation" type="QuaternionType"><xs:annotation><xs:documentation>The Orientation element is the rotation of the view plane around the view plane origin.</xs:documentation></xs:annotation></xs:element>
The Ratio element is the aspect ratio of the view plane (normally it corresponds to the viewport).
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="Ratio" type="xs:double"><xs:annotation><xs:documentation>The Ratio element is the aspect ratio of the view plane (normally it corresponds to the viewport).</xs:documentation></xs:annotation></xs:element>
<xs:element name="Near" type="LinearValueType"><xs:annotation><xs:documentation>The Near element is the distance from the view plane to the near clipping plane.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Far" type="LinearValueType"><xs:annotation><xs:documentation>The Far element is the distance from the view plane to the far clipping plane.</xs:documentation></xs:annotation></xs:element>
The Height element is half of the top to bottom extent of the near clipping plane.
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="Height" type="xs:double"><xs:annotation><xs:documentation>The Height element is half of the top to bottom extent of the near clipping plane.</xs:documentation></xs:annotation></xs:element>
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="CameraType"><xs:annotation><xs:documentation>The CameraType defines a camera. The camera describes projection of the 3D model space to a 2D window.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="NodeWithIdBaseType"><xs:sequence><xs:element name="ViewPlaneOrigin" type="PointSimpleType"><xs:annotation><xs:documentation>The ViewPlaneOrigin element is the view plane origin.</xs:documentation></xs:annotation></xs:element><xs:element name="Orientation" type="QuaternionType"><xs:annotation><xs:documentation>The Orientation element is the rotation of the view plane around the view plane origin.</xs:documentation></xs:annotation></xs:element><xs:element name="Ratio" type="xs:double"><xs:annotation><xs:documentation>The Ratio element is the aspect ratio of the view plane (normally it corresponds to the viewport).</xs:documentation></xs:annotation></xs:element><xs:element name="Near" type="LinearValueType"><xs:annotation><xs:documentation>The Near element is the distance from the view plane to the near clipping plane.</xs:documentation></xs:annotation></xs:element><xs:element name="Far" type="LinearValueType"><xs:annotation><xs:documentation>The Far element is the distance from the view plane to the far clipping plane.</xs:documentation></xs:annotation></xs:element><xs:element name="Height" type="xs:double"><xs:annotation><xs:documentation>The Height element is half of the top to bottom extent of the near clipping plane.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="form" type="CameraFormEnumType" default="ORTHOGRAPHIC"><xs:annotation><xs:documentation>The optional form attribute specifies the camera type which can take one of the following values: 'ORTHOGRAPHIC' or 'PERSPECTIVE'.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="form" type="CameraFormEnumType" default="ORTHOGRAPHIC"><xs:annotation><xs:documentation>The optional form attribute specifies the camera type which can take one of the following values: 'ORTHOGRAPHIC' or 'PERSPECTIVE'.</xs:documentation></xs:annotation></xs:attribute>