SectionAssignment object

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.

The following topics are discussed:

Access

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)

Members

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:

Prototype

 odb_Set region() const;
            odb_String sectionName() const;
            double offset() const;
          
suppressed

A Boolean specifying whether the section assignment is suppressed or not. The default value is false.