McNeelRhinoceros3D
Graphics or photo imaging software
Extends: Technology
McNeel Rhinoceros 3D
Graphics or photo imaging software
Overview
Category: Graphics or photo imaging software
Graphics or photo imaging software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 17-1011.00
- SOC Code: 17-1012.00
- SOC Code: 17-2121.00
- SOC Code: 17-3011.00
- SOC Code: 17-3013.00
- SOC Code: 17-3024.00
- SOC Code: 25-1031.00
- SOC Code: 27-1021.00
- SOC Code: 27-1025.00
- SOC Code: 27-1027.00
- SOC Code: 49-2011.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'McNeel Rhinoceros 3D',
category: 'Graphics or photo imaging software',
description: 'Graphics or photo imaging software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "McNeel Rhinoceros 3D",
"applicationCategory": "Graphics or photo imaging software",
"description": "Graphics or photo imaging software"
}