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

Leadtools.Medical3D Assembly

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