Visual Basic (Declaration) | |
---|---|
Public Property EnableClippingPlanes As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim value As Boolean instance.EnableClippingPlanes = value value = instance.EnableClippingPlanes |
C# | |
---|---|
public bool EnableClippingPlanes {get; set;} |
Property Value
true to show the clipping planes, false to hide the boundary boxFor an example, refer to Medical3DObject.Planes
The clipping planes are used only with the VRT, MIP or MinIP, and they are used to clip the 3D object from any side and any angle.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7