LEADTOOLS Medical (Leadtools.Medical3D assembly)
LEAD Technologies, Inc

Scale Property






Gets or sets the scale of the 3D object.
Syntax
public float Scale {get; set;}
'Declaration
 
Public Property Scale As Single
'Usage
 
Dim instance As Medical3DObject
Dim value As Single
 
instance.Scale = value
 
value = instance.Scale
public float Scale {get; set;}
 get_Scale();
set_Scale(value);
public:
property float Scale {
   float get();
   void set (    float value);
}

Property Value

Value that indicates the scale of the 3D object. If the scale of the object is not the same along the 3 axes, the scale will return 100.
Remarks

The valid range is from 2 to 200. Setting the scale value to "100" means using 100 percent of the original dimension (no scaling). Setting the scale to 200 is equivalent to multiplying the original dimensional length by 2. Negative numbers are invalid. All numbers outside this range are set to the nearest valid interval point (so it will be either 2 or 200).

The Scale property enlarges object dimensions whereas the Medical3DCamera.Zoom property moves the camera closer to the object.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Medical3DObject Class
Medical3DObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features