three-cad-viewer
Preparing search index...
core/types
isShapeBinaryFormat
Function isShapeBinaryFormat
isShapeBinaryFormat
(
shape
:
Shape
,
)
:
shape
is
Shape
&
{
triangles_per_face
:
number
[]
|
Uint32Array
<
ArrayBufferLike
>
;
}
Check if shape uses binary format (has triangles_per_face).
Parameters
shape
:
Shape
Returns
shape
is
Shape
&
{
triangles_per_face
:
number
[]
|
Uint32Array
<
ArrayBufferLike
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
three-cad-viewer
Loading...
Check if shape uses binary format (has triangles_per_face).