SessionModelingBooleanFacePropertiesInheritance Enumeration

NXOpen.Preferences.SessionModeling.BooleanFacePropertiesInheritance is an alias for NXOpen.Preferences.SessionModelingBooleanFacePropertiesInheritance

class NXOpen.Preferences.SessionModelingBooleanFacePropertiesInheritance

Bases: object

Describes whether the display of Boolean Face properties inherits from target body or tool body

Enum Members

Enum Member Enum Member Description
TargetBody Indicates that display of boolean face properties inherits from target body
ToolBody Indicates that display of boolean face properties inherits from tool body
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.