←Select platform

Near Property

Summary

Gets or sets the camera near clipping plane position.

Syntax

C#
VB
C++
public float Near { get; set; } 
  
Public Property Near As Single 
public: 
property float Near { 
   float get(); 
   void set (    float ); 
} 

Property Value

The camera near clipping plane position. Valid values range from 0 to 6.

Remarks

The near clipping plane is used to crop the part of the 3D object that lies in front of the plane. The default value is 1.

Example

For an example, refer to Far,

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly