VEModelOrientation Class

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

Represents the orientation of a 3D model on the map.

Constructor

Name Description

VEModelOrientation Constructor

Initializes a new instance of a VEModelOrientation object.

Public Properties

Name Description

VEModelOrientation.Heading Property

A floating-point value specifying in decimal degrees the counter-clockwise rotation of the 3D model about the z-axis, looking along the positive z-axis away from the origin.

VEModelOrientation.Roll Property

A floating-point value specifying in decimal degrees the counter-clockwise rotation of the 3D model about the y-axis, looking along the positive y-axis away from the origin.

VEModelOrientation.Tilt Property

A floating-point value specifying in decimal degrees the counter-clockwise rotation of the 3D model about the x-axis, looking along the positive x-axis away from the origin.

Remarks

The Heading, Roll, and Tilt property value range is -360 to 360.

See Also

Reference

VEMap.Import3DModel Method