SoWinViewerAdjustClippingPlanes Method |
Note: This API is now obsolete.
Along with the manipulation of the camera, SoBaseStereo needs to set the scene appropriately when changing the camera settings.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual void AdjustClippingPlanes()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Sub AdjustClippingPlanes
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void AdjustClippingPlanes()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract AdjustClippingPlanes : unit -> unit
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override AdjustClippingPlanes : unit -> unit
Implements
SoStereoViewerAdjustClippingPlanes
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also