AestheticFaceBlendBuilderShapeType Enumeration

NXOpen.Features.AestheticFaceBlendBuilder.ShapeType is an alias for NXOpen.Features.AestheticFaceBlendBuilderShapeType

class NXOpen.Features.AestheticFaceBlendBuilderShapeType

Bases: object

Shape methods will define the high level shape of the blend cross section.

Enum Members

Enum Member Enum Member Description
Accelerated Accelerated option will generate more shapes depending on the size of the center radius and continuity specified.
Circular Circular option will always generate a constant radius arc shape.
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.