TBSCastConditionMiddlePlaneType Enumeration

NXOpen.CAE.Optimization.TBSCastCondition.MiddlePlaneType is an alias for NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneType

class NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneType

Bases: object

Defines the middle plane type

Enum Members

Enum Member Enum Member Description
NotSet No definition of a central plane
Automatic Automatica determinaton of the central plane
AutomaticTight No holes are generated in the central plane
Point A point within the central plane from which the deformation vector is positioned perpendicular to
Surface The elements are demolded at the actual surface of the restrict area
Stamp The element group is demolded keeping a stampable structure
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.