Get the geometries of the component in their current configuration.
const generic = new VIAM.GenericComponentClient(
machine,
'my_generic_component'
);
// Get the geometries of this component
const geometries = await generic.getGeometries();
console.log('Geometries:', geometries);
For more information, see Generic API.
Readonly
nameThe name of the resource.
Represents a generic component.