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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.