Gets the distance, in terms of screen space, from the eye position to the plane at which there is no scaling due to perspective.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetIsoPlaneDistance() As Double |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Double
value = instance.GetIsoPlaneDistance()
|
C# | |
---|
double GetIsoPlaneDistance() |
C++/CLI | |
---|
double GetIsoPlaneDistance(); |
Return Value
Distance
See Also