STLCell Constructor

Summary

Initializes a new STLCell object with explicit parameters.

Syntax
TypeScript
JavaScript
STLCell = function( 
   viewer, 
   path, 
   divID 
) 
constructor( 
   viewer: MedicalViewer, 
   path: string, 
   divID: string 
); 

Parameters

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

Remarks

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.
Example

Refer to STLCell

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.