OOF2: The Manual
Name
SubProblemType — Different varieties of Subproblems.
Subclasses
Subclasses are listed as they appear in the GUI and (in parentheses) as they appear in scripts.
-
EntireMesh (
EntireMeshSubProblem) — A 'subproblem' that includes the entire Mesh. -
Material (
MaterialSubProblem) — A subproblem defined on all Elements composed of a given Material. -
PixelGroup (
PixelGroupSubProblem) — A subproblem containing all elements whose dominant pixel is in a given pixel group. -
Union (
UnionSubProblem) — Construct a Subproblem from the union of two previously defined Subproblems -
Intersection (
IntersectionSubProblem) — Construct a Subproblem from the intersection of two previously defined Subproblems -
Xor (
XorSubProblem) — Construct a Subproblem from the exclusive or of two previously defined Subproblems. -
Complement (
ComplementSubProblem) — Construct a Subproblem from the elements that aren't in another subproblem.
Description
SubProblemType is used for the
subproblem parameter of the OOF.Subproblem.New command, which creates a new
SubProblem in a Mesh. The SubProblemType
objects carry all of the information required to define a new
SubProblem.



