CaeSetObjectSubType Enumeration

class NXOpen.CAE.CaeSetObjectSubType

Bases: object

Used to specify the sub type of selected objects e.g face of an element, edge of an element ..etc Enum Members

Enum Member Enum Member Description
NotSet sub type is the same as the type of the object
ElementFace sub type is element face
ElementEdge sub type is element edge
Part sub type is part, used for Gravity Loads
SelRecipe sub type is selection recipe
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.