|
Bexel Manager API Documentation
|
Returns instance of the 3D Viewer within the host application. More...
Public Member Functions | |
| Bitmap | CreateScreenshoot (int width, int height) |
| Creates a screenshot of the 3D Viewer. More... | |
| Bitmap | CreateScreenshot (int width, int height) |
| Creates a screenshot of the 3D Viewer. More... | |
| void | HideElements (IEnumerable< ElementID > elementIDs) |
| Hides specified elements from the Bexel.Api.Viewer3D. More... | |
| void | HideElements (IEnumerable< Element > elements) |
| Hides specified elements from the Bexel.Api.Viewer3D. More... | |
| void | HideSelectedElements () |
| Hides the currently selected elements from the Bexel.Api.Viewer3D. More... | |
| void | HideAll () |
| Hides all of the elements within the Bexel.Api.Project from Bexel.Api.Viewer3D. More... | |
| void | ShowElements (IEnumerable< ElementID > elementIDs) |
| Shows specified elements into the Bexel.Api.Viewer3D. More... | |
| void | ShowElements (IEnumerable< Element > elements) |
| Shows specified elements into the Bexel.Api.Viewer3D. More... | |
| void | ShowSelectedElements () |
| Shows the currently selected elements into the Bexel.Api.Viewer3D. More... | |
| void | ShowAll () |
| Shows all of the elements within the Bexel.Api.Project into the Bexel.Api.Viewer3D. More... | |
| void | IsolateElements (IEnumerable< ElementID > elementIDs) |
| Isolates specified elements into the Bexel.Api.Viewer3D. More... | |
| void | IsolateElements (IEnumerable< Element > elements) |
| Isolates specified elements into the Bexel.Api.Viewer3D. More... | |
| void | IsolateSelectedElements () |
| Isolates the currently selected elements into the Bexel.Api.Viewer3D. More... | |
Returns instance of the 3D Viewer within the host application.
| Bitmap Bexel.Api.Viewer3D.CreateScreenshoot | ( | int | width, |
| int | height | ||
| ) |
Creates a screenshot of the 3D Viewer.
| width | The screenshot width in pixels. |
| height | The screenshot height in pixels. |
| Bitmap Bexel.Api.Viewer3D.CreateScreenshot | ( | int | width, |
| int | height | ||
| ) |
Creates a screenshot of the 3D Viewer.
| width | The screenshot width in pixels. |
| height | The screenshot height in pixels. |
| void Bexel.Api.Viewer3D.HideAll | ( | ) |
Hides all of the elements within the Bexel.Api.Project from Bexel.Api.Viewer3D.
| void Bexel.Api.Viewer3D.HideElements | ( | IEnumerable< ElementID > | elementIDs | ) |
Hides specified elements from the Bexel.Api.Viewer3D.
| elementIDs | IDs of the elements to be hidden. |
| void Bexel.Api.Viewer3D.HideElements | ( | IEnumerable< Element > | elements | ) |
Hides specified elements from the Bexel.Api.Viewer3D.
| elements | Elements to be hidden. |
| void Bexel.Api.Viewer3D.HideSelectedElements | ( | ) |
Hides the currently selected elements from the Bexel.Api.Viewer3D.
| void Bexel.Api.Viewer3D.IsolateElements | ( | IEnumerable< ElementID > | elementIDs | ) |
Isolates specified elements into the Bexel.Api.Viewer3D.
| elementIDs | IDs of the elements to be isolated. |
| void Bexel.Api.Viewer3D.IsolateElements | ( | IEnumerable< Element > | elements | ) |
Isolates specified elements into the Bexel.Api.Viewer3D.
| elements | Elements to be isolated. |
| void Bexel.Api.Viewer3D.IsolateSelectedElements | ( | ) |
Isolates the currently selected elements into the Bexel.Api.Viewer3D.
| void Bexel.Api.Viewer3D.ShowAll | ( | ) |
Shows all of the elements within the Bexel.Api.Project into the Bexel.Api.Viewer3D.
| void Bexel.Api.Viewer3D.ShowElements | ( | IEnumerable< ElementID > | elementIDs | ) |
Shows specified elements into the Bexel.Api.Viewer3D.
| elementIDs | IDs of the elements to be shown. |
| void Bexel.Api.Viewer3D.ShowElements | ( | IEnumerable< Element > | elements | ) |
Shows specified elements into the Bexel.Api.Viewer3D.
| elements | Elements to be shown. |
| void Bexel.Api.Viewer3D.ShowSelectedElements | ( | ) |
Shows the currently selected elements into the Bexel.Api.Viewer3D.