setText3d
setText3d(
objectName: string,
settings: Text3DNodeSettings
): Promise<Text3DNodeSettings>Parameters
Description
Type
await modelApi.getText3d('3D Text', {
fontFamily: "Roboto",
weight: "100"
});{
"text": "Example",
"fontFamily": "Roboto",
"fontSize": 50,
"weight": "100",
"distanceX": 0,
"distanceY": 0,
"textAlign": "CENTER",
"textHeight": "DEFAULT",
"curveSegments": 5,
"contourOffset": 0
"amount": 15,
}Last updated