EmbossSidewallSidewallMethod Enumeration

NXOpen.Features.EmbossSidewall.SidewallMethod is an alias for NXOpen.Features.EmbossSidewallSidewallMethod

class NXOpen.Features.EmbossSidewallSidewallMethod

Bases: object

Describes the method that can be applied to define the sidewall.

Enum Members

Enum Member Enum Member Description
IsoclineTapered Indicates method to calculate tapered sidewall faces with reference to the taper direction and the taper reference curve tangents. Default creation.
CurveTapered Indicates method to calculate tapered sidewall faces with reference to the taper direction. The direction is perpendicular to the taper direction, and the reference edge’s curve tangent.
Ruled Indicates method to create sidewalls that are ruled along the normals of the faces in the supplied profile.
Swept Indicates method to create sidewalls that are swept.
Normal Indicates method to calculate tapered sidewall faces with reference to the taper direction and the normal of the taper faces’ original surfaces.
TwoSection (Not supported in NX4.)
Offset (Not supported in NX4.)
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.