RhinoViewportSetProjection Method (IsometricCamera, String, Boolean) |
Set viewport to a defined projection.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool SetProjection(
IsometricCamera projection,
string viewName,
bool updateConstructionPlane
)
Public Function SetProjection (
projection As IsometricCamera,
viewName As String,
updateConstructionPlane As Boolean
) As Boolean
Parameters
- projection
- Type: Rhino.DisplayIsometricCamera
The "isometric" projection type. - viewName
- Type: SystemString
If not null or empty, the name is set. - updateConstructionPlane
- Type: SystemBoolean
If true, the construction plane is set to the viewport plane.
Return Value
Type:
Booleantrue if successful.
See Also