Hello,
I am using Aspose.CAD .net api to create dwg and insert mtext acc. to Work with text|CAD Documentation
here is my code
[HttpPost("createDwgByAspose2")]
public async void CreateDwgByAspose2Async…...DwgImage dwgImage = new DwgImage(); CadMText mText = new CadMText();...= 40; mText.InsertionPoint = new Cad3DPoint(300, 40, 0); mText...