HiddenLinesView.ScaleLinesToWorld Method

Scales the computed lines to world coordinates and applies an extra scale factor.
Public Sub ScaleLinesToWorld( _ 
Optional ByVal scale As Single = 1 _ 
)
This language is not supported or no code example is available.
public void ScaleLinesToWorld( 
float scale = 1 
)
This language is not supported or no code example is available.

Parameters

scale
float

The extra scale factor applied to the lines once they are converted to world coordinates.

Remarks
 
The Camera ProjectionMode must be projectionType.Orthographic to convert the lines to world.

.NET Framework

Supported in: 4.8

In this article

Definition