GlobalShapingBuilderRadiusType Enumeration

NXOpen.Features.GlobalShapingBuilder.RadiusType is an alias for NXOpen.Features.GlobalShapingBuilderRadiusType

class NXOpen.Features.GlobalShapingBuilderRadiusType

Bases: object

Represents radius options used.

Enum Members

Enum Member Enum Member Description
Quintic Quintic method. A quintic curve is used to reduce the radius
Radius Radius method. A true arc with tangent lines at the ends is used to reduce radius. This should be used when you know that the input is an edge blend or face blend
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.