Register Parametric Component
This guide explains how to create and manage parametric components that allow dynamic combinations of parameters such as dimensions and colors.
X-API-KEY: {x-api-key}Create Parametric Component
2
Send Request
POST /api/v1/parametric
X-API-KEY: {x-api-key}
{
"name": "Parametric Sofa",
"parametricType": "assembly",
"translatedNames": [
{ "code": "en", "value": "Parametric Sofa" },
{ "code": "ko", "value": "νλΌλ©νΈλ¦ μν" }
],
"dimension": {
"mm": { "width": 0, "depth": 0, "height": 0 }
},
"images": [],
"isFinal": true,
"editorSetting": {
"editorType": "STANDING_ITEM",
"dimensionLock": { "width": false, "depth": false, "height": false }
},
"parameters": [
{
"displayName": "Width",
"referenceName": "W",
"type": "BASIC",
"valueInfo": {
"usage": "NUMBER",
"value": "900",
"optionType": "RANGE",
"options": { "min": "100", "max": "2400", "stepSize": "1" }
},
"priority": 0
}
],
"compositions": [],
"parametricModeling": null
}Update Parametric Component
Parameter
Type
Required
Description
Manage Parameters
Get Parameter List
GET /api/v1/parametric/components/pmc_abc123/parameters
X-API-KEY: {x-api-key}Add Parameters
Field
Type
Required
Description
Update Parameter
Field
Type
Required
Description
Delete Single Parameter
Delete Multiple Parameters
Field
Type
Required
Description
Last updated
Was this helpful?

