VolumeType Enumeration

Summary

Describes the type of the 3D volume that is render on the 3D cell.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.VolumeType = { 
	VRT: 0, 
	SSD: 1, 
	MIP: 2, 
	MPR: 3, 
	minIP: 4 
} 
lt.Controls.Medical.VolumeType = { 
	VRT: 0, 
	SSD: 1, 
	MIP: 2, 
	MPR: 3, 
	minIP: 4 
} 

Members

ValueMemberDescription
0VRTVRT (Volume Rendering Technique)
1SSDSSD (Shaded Surface Display)
2MIPMIP (Maximum Intensity Projection)
3MPRMPR (Multiplaner projection)
4MinIPMinIP (Minmum Intensity Projection)

Remarks

for more information on how to create a 3D object, please refer to Cell3D

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