ExtendSheetBuilderSurfaceShape Enumeration

NXOpen.Features.ExtendSheetBuilder.SurfaceShape is an alias for NXOpen.Features.ExtendSheetBuilderSurfaceShape

class NXOpen.Features.ExtendSheetBuilderSurfaceShape

Bases: object

Determines the surface type of the extension

Enum Members

Enum Member Enum Member Description
NaturalCurvature Extends a B-surface with a small area that is curvature continuous at the boundary, and then tangent beyond that area.
NaturalTangent Extends a B-surface tangent from the boundary.
Mirrored Extends a B-surface by mirroring the curvature continuous shape of the surface.
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.