My script is as follows.
MeshSettings = project.Mesher.Settings
properties = MeshSettings:GetProperties()
properties.MeshSizeOption = cf.Enums.MeshSizeOptionEnum.Custom
properties.TriangleEdgeLength = '0.1'
MeshSettings:SetProperties(properties)
project.Mesher:Mesh()
but it's throwing an error.
attempt to index field 'Enums' (a nil value)