Initializes a new STLCell object with explicit parameters.
constructor(
viewer: MedicalViewer,
path: string,
divID: string
);
viewer
The parent medical viewer
path
the path to a URL file that contains the mesh. Can be empty if you want to load from a URL instead.
divID
The id of the cell
To load the STLCell from a local file, refer to Load or pass the path parameter to the constructor. For adding or loading an STLCell to the MedicalViewer, refer to the following:
Member | Description |
---|---|
Layout | Property to add STLCell to the MedicalViewer. |
Load | Method to load the STLCell from a local file. |
LoadFromURL | Method to load the STLCell from a Url. |
Refer to STLCell
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document