getPrimitives
getPrimitives(
objectName: string
): Promise<PrimitiveNodeSettings>Parameters
Description
Type
await modelApi.getPrimitives('Box');{
"computeNormals": true,
"boxDimensions": {
"x": 100,
"y": 100,
"z": 100
},
"boxSegments": {
"x": 1,
"y": 1,
"z": 1
},
"roundnessRadius": 4,
"roundnessRadiusSegments": 4,
"roundnessEnabled": true
}Last updated