Grid.ComputeAutomaticSize Method

Computes the automatic grid size.
Protected Overridable Sub ComputeAutomaticSize( _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D, _ 
ByVal extensionFactor As Double
)
This language is not supported or no code example is available.
protected virtual void ComputeAutomaticSize( 
Point3D boxMin
Point3D boxMax
double extensionFactor 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

The minimum point of the scene

boxMax
Point3D

The maximum point of the scene

extensionFactor
double

The grid extension factor

Remarks
 
Override this method to provide a different scene box or extension.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition