TBSSmoothBuilderOriginalSurfaceSmoothingOption Enumeration

NXOpen.CAE.Optimization.TBSSmoothBuilder.OriginalSurfaceSmoothingOption is an alias for NXOpen.CAE.Optimization.TBSSmoothBuilderOriginalSurfaceSmoothingOption

class NXOpen.CAE.Optimization.TBSSmoothBuilderOriginalSurfaceSmoothingOption

Bases: object

Defines if the original surface is to be smoothed or remain unchanged

Enum Members

Enum Member Enum Member Description
Off No changes to the original surface
Shrink Allows the nodes on original surface to be moved towards the inside only
Full Allows any modifications to the original 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.