ModelInterface.findMeshByUrn() method
Warning: This API is now obsolete.
Use ModelInterface.findMeshByUri() instead.
Find a mesh by its URN.
Signature:
findMeshByUrn(urn: string): MeshInterface | undefined;
Parameters
Parameter |
Type |
Description |
---|---|---|
urn |
string |
MeshInterface | undefined