| 
 
 Persistent MeasurementsSee also: Measurements OverviewPersistent 
        measurements are part of the model. Once added to the scene they persist during 
        viewing manipulations: rotations etc. Note that persistent measurements are not 
        saved and loaded with the model. Contact us  to 
        request this feature. Persistent mode is the default mode of the component. To add a distance measurement:
		If the view is three dimensional make sure the surface is not facing 
		the viewer flat (normal to the surface should have some non-zero angle 
		with direction toward the viewer)Make sure the view has focus (click into the window) and press 'm' 
		key to enter the measurement mode. Select the first point on surface of any object in 3D or any point 
		in 2D with left mouse button. The first selected point will be 
		identified by a distance line from the current mouse locationSelect the second point on surface of any object in 3D or any point 
		in 2D  with left mouse button.Move mouse away from distance line (preferably in direction of the 
		surface normal) to define location of the text box showing the distance. 
		By default, the text box will be positioned in the middle of the 
		dimension line. To modify location of measurement text box
		Enter the measurement modePress 'n' keySelect a measurement text box with the mouse and move it around 
		while keeping the left mouse button downClick outside the text box to deselect the item. To modify direction of limit lines
		Enter the measurement modePress 'n' keySelect an end of one of the limit lines and move it to rotate the 
		line around the distance lineClick outside the ends to deselect the item. To delete a measurement
		Enter the measurement modePress 'n' keySelect a measurement text box and press Delete key To delete all measurements
		Enter the measurement modePress 'd' key 
		Enter the measurement modePress 'p' keySelect any point on the screen. Move mouse to position the text box 
		with coordinates. Unless disabled via
		UseClipboard 
		property, coordinates of the selected point will 
		also be copied to the clipboard. In 3D mode the selected point will be 
		located on surface of the object under the mouse or in the
		viewing plane if there is 
		no object. To append units string to the measurement textTo use a measurement as a 3D text labelSee also AddMeasurementStyleLabel() in LabelEx sample. To change displayed number of digits in the measurement textTo change snap to line toleranceTo change snap to point toleranceMeasurements are viewing functionality and are not stored with the model.
	Contact us if your application requires 
	persistent measurements Programming MeasurementsTo add a measurement to 3D scene model 
	programmatically:
		Call 
		IObjectGenerator_DG.Create<IMeasurement_DG()>Use IModel_DG to add the new item to the model
		Use methods of IMeasurement_DG 
		to modify measurement points, positioning of the text pox and the 
		displayed text To programmatically modify an existing measurement 
	in 3D scene:Use steps 3 - 5 from the above To programmatically modify an existing measurement 
	in two dimensional scene:Use the above and skip the step 3   |