AlignShellElementNormalBuilderConnectedElementScope Enumeration

NXOpen.CAE.ModelCheck.AlignShellElementNormalBuilder.ConnectedElementScope is an alias for NXOpen.CAE.ModelCheck.AlignShellElementNormalBuilderConnectedElementScope

class NXOpen.CAE.ModelCheck.AlignShellElementNormalBuilderConnectedElementScope

Bases: object

the options to define the connection scope to the seed element for model checking

Enum Members

Enum Member Enum Member Description
SeedMesh Limits check to only those shell elements in the mesh that contains the Seed Element
AllVisible Limits check to only those shell elements which are connected to the Seed Element and are currently visible
UserSpecified Limits check to only those shell elements specified in NXOpen.CAE.ModelCheck.AlignShellElementNormalBuilder.UserSpecifiedConnectElements()
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.