Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
Deprecated List
Member HPS::OperatorControl::Push (Operator *in_operator, Operator::Priority in_priority=Operator::Priority::Default)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Member HPS::OperatorControl::Set (Operator *in_operator, Operator::Priority in_priority=Operator::Priority::Default)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Member HPS::SelectionOptionsControl::SetSorting (bool in_sorting)
This function exists for compatibility and SetSorting(Selection::Sorting) should be preferred in general usage.
Member HPS::SelectionOptionsKit::SetSorting (bool in_sorting)
This function exists for compatibility and SetSorting(Selection::Sorting) should be preferred in general usage.
Member HPS::SubwindowControl::ShowSubwindow (Rectangle &out_subwindow_position, Subwindow::Type &out_subwindow_type) const
This function exists for compatibility and the other overload should be preferred in general usage.
Member HPS::SubwindowKit::ShowSubwindow (Rectangle &out_subwindow_position, Subwindow::Type &out_subwindow_type) const
This function exists for compatibility and the other overload should be preferred in general usage.
Member HPS::View::SetOperator (Operator *in_operator)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Member HPS::Window::DirectX9
(DirectX9 has been deprecated and will be removed from a future version; please use the DirectX11 driver instead.) Shader-based driver which support DirectX 9.0c Available on Windows.
Member HPS::Window::OpenGL1Deprecated
(OpenGL1 has been deprecated and will be removed from a future version; please use the OpenGL2 driver instead.) Fixed-function driver which supports OpenGL 1.X+ Any functionality that requires shaders will not be supported when using this driver.
Member HPS::World::SetRealDWGDirectory (char const *in_directory, UTF8Array const &in_object_enabler_directories)
This function exists for compatibility. In order to use DWG please make sure that the RealDWG directory is part of your PATH. Users who use RealDWG Object Enablers should additionally make sure that the DBX files for the Object Enablers are located in your PATH, prior to initializing HPS.
Member HPS::World::SetRealDWGDirectory (char const *in_directory)
This function exists for compatibility. In order to use DWG please make sure that the RealDWG directory is part of your PATH. Users who use RealDWG Object Enablers should additionally make sure that the DBX files for the Object Enablers are located in your PATH, prior to initializing HPS.
Member HPS::World::ShowRealDWGDirectory (UTF8 &out_directory, UTF8Array &out_object_enabler_directories) const
This function exists for compatibility.
Member HPS::World::UnsetRealDWGDirectory ()
This function exists for compatibility.