matrix Property

Summary

The matrix transform of the 3D object located in the cell.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell3D.prototype, 'matrix', 
   get: function() 
) 
   matrix: LeadMatrix3D; // read-only 

Property Value

A LeadMatrix3D. The default value is an empty LeadMatrix3D object.

Remarks

Used to get the transformation in local space with respect to the view port. matrix can also be used to translate a transform to another coordinate system.

Requirements

Target Platforms

See Also

Cell3D

Cell3D Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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