SoNeighborToleranceElement Class |
Stores the current neighbor tolerance factor.
Namespace: OIV.Inventor.Elements
The SoNeighborToleranceElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Get | Returns current tolerance factor from the state. | |
GetClassStackIndex | Obsolete. Returns the stack id for this element. | |
GetDefault | Returns the default tolerance factor value. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pop | Pops element. | |
Push | Pushes element. | |
Set | Sets the current tolerance factor in the state. | |
SetDefault | set the default tolerance factor value. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Specifies the tolerance value to use when default normals are computed. Specifically it determines which (other) points in the shape are close enough to influence the normal at each vertex. Setting a smaller tolerance value will select a smaller number of points and can reduce the time required for computing normals on very large, very dense geometry.
The default is 10e-5.
If the OIV_NORMGEN_TOLERANCE environment variable is set, the default is 1/OIV_NORMGEN_TOLERANCE.