ExtrudeBy#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.ExtrudeBy(*args, **kwds)#
 Bases:
enum.EnumTo specify the method of extrusion. The available options are Use Coordinate System, Face Normal and Face Normal (Reversed).
Overview#
Attribute detail#
- ExtrudeBy.FaceNormal = 1#
 
- ExtrudeBy.FaceNormalReversed = 2#
 
- ExtrudeBy.UseCoordinateSystem = 0#