API Reference > imodeljs-backend > Elements > RenderMaterialElement > create create MethodStatic Create a RenderMaterial with given parameters. create(iModelDb: IModelDb, definitionModelId: string, materialName: string, params: RenderMaterialElement.Params): RenderMaterialElement throws IModelError if unable to create the element. Parameter Type Description iModelDb IModelDb The iModel definitionModelId string The DefinitionModel materialName string The name/CodeValue of the RenderMaterial params RenderMaterialElement.Params Parameters object which describes how to construct the RenderMaterial Returns - RenderMaterialElement The newly constructed RenderMaterial element. Defined in core/backend/src/Material.ts Line 92 Last Updated: 11 June, 2024