CompositeScope#

class ansys.dpf.composites.composite_scope.CompositeScope(elements=None, plies=None, time=None, named_selections=None)#

Provides the composite scope.

This class defines which part of the model and solution step are selected.

Parameters:

Notes

If more than one scope (elements, named_selections and plies) is set, then the final element scope is the intersection of the defined parameters. All elements are selected if no parameter is set.

Methods

Attributes

CompositeScope.elements

CompositeScope.named_selections

CompositeScope.plies

CompositeScope.time