Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

How to assign sizing function to individual sizings in ACT?

    • FAQFAQ
      Participant

      For local user can use following. sizing1 = ExtAPI.DataModel.Project.Models[0].Mesh.AddSizing() sizing1.InternalObject.LocalAdvancedSizeFunction = 0; # 0 for Uniform, 1 for Curvature, 2 for Proximity, 3 for Curvature and Proximity