Transformation.IsScaleFactorUniformForPlanar Method

Returns true if the scale factor of the transformation is the same in the two directions of the plane.
Public Function IsScaleFactorUniformForPlanar( _ 
ByVal pl As Plane, _ 
ByRef scaleFactor As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsScaleFactorUniformForPlanar( 
Plane pl
ref double scaleFactor 
)
This language is not supported or no code example is available.

Parameters

pl
Plane

scaleFactor
double

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition