InputsIntersect
#
- class ansys.dpf.core.operators.scoping.intersect.InputsIntersect(op: ansys.dpf.core.dpf_operator.Operator)#
Bases:
ansys.dpf.core.inputs._Inputs
Intermediate class used to connect user inputs to intersect operator.
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.scoping.intersect() >>> my_scopingA = dpf.Scoping() >>> op.inputs.scopingA.connect(my_scopingA) >>> my_scopingB = dpf.Scoping() >>> op.inputs.scopingB.connect(my_scopingB)
Overview#
Import detail#
from ansys.dpf.core.operators.scoping.intersect import InputsIntersect