fromArray Method

Summary

Generates a LeadPoint3D out of an array.

Syntax
TypeScript
JavaScript
fromArray = function( 
   value 
) 
static fromArray( 
   value: number[] 
): LeadPoint3D; 

Parameters

value

The array to convert into a 3D point LeadPoint3D.

Return Value

LeadPoint3D that contains the converted array values.

Remarks

The array should be of length 3. If it is less, then it will throw an exception. If it is more, the extra values will be ignored.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.