OrientationFace Enumeration

Summary

Specifies the 3D volume's face.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.OrientationFace = { 
	reset: -1, 
	right: 0, 
	left: 1, 
	posterior: 2, 
	anterior: 3, 
	superior: 4, 
	inferior: 5 
} 
lt.Controls.Medical.OrientationFace = { 
	reset: -1, 
	right: 0, 
	left: 1, 
	posterior: 2, 
	anterior: 3, 
	superior: 4, 
	inferior: 5 
} 

Members

ValueMemberDescription
-1ResetReset to default
0RightRight side
1LeftLeft side
2PosteriorPosterior side, or the back side.
3AnteriorAnterior side, or the front side.
4SuperiorSuperior side, or the top side.
5InferiorInferior side, or the bottom side.

Remarks
  • OrientationFace is used with the property Orientation to make the volume face the specified direction.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly