AestheticFaceBlendBuilderAlignmentType Enumeration

NXOpen.Features.AestheticFaceBlendBuilder.AlignmentType is an alias for NXOpen.Features.AestheticFaceBlendBuilderAlignmentType

class NXOpen.Features.AestheticFaceBlendBuilderAlignmentType

Bases: object

Alignment method provides the ability to align the cross sections of the blend in the user specified direction

Enum Members

Enum Member Enum Member Description
RollingBall Rolling Ball option will align the sections at contact point.
SpineCurve Spine Curve option will align the sections based on a string of curves.
Vector Vector option will align the sections based on the vector
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.