PullMethod Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.PullMethod Bases: enum.Enum To select the method of Pull. There are three methods. They are Extrude, Revolve and Surface Coating. Overview Attributes Name Extrude LineCoating Revolve SurfaceCoating Attribute detail PullMethod.Extrude = 0 PullMethod.LineCoating = 3 PullMethod.Revolve = 1 PullMethod.SurfaceCoating = 2