The SectionAssignment object is used to specify a section assignment on an assembly, part or part instance. Section assignments on the assembly are limited to connector elements only.
odb.parts()[name].sectionAssignments(i) odb.rootAssembly().instances()[name].sectionAssignments(i) odb.rootAssembly().sectionAssignments(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .sectionAssignments(i)
The SectionAssignment object has members with the same names and descriptions as the arguments to the SectionAssignment method.
In addition, the SectionAssignment object has the following member:
odb_Set region() const; odb_String sectionName() const; double offset() const;
A Boolean specifying whether the section assignment is suppressed or not. The default value is false.