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 System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As System.Double
value = instance.GetIsoPlaneDistance() |
C# | |
---|
System.double GetIsoPlaneDistance() |
C++/CLI | |
---|
System.double GetIsoPlaneDistance(); |
Return Value
Distance
See Also