SectionAssignment(...)
This method creates a SectionAssignment object.
Path
mdb.models[name].parts[name].SectionAssignment
mdb.models[name].rootAssembly.SectionAssignment
Required arguments
- region
A Set object specifying the region to which the section is assigned.
- sectionName
A String specifying the name of the section.
Optional arguments
- thicknessAssignment
A SymbolicConstant specifying section thickness assignment method. Possible values are FROM_SECTION and FROM_GEOMETRY. The default value is FROM_SECTION.
- offset
A Float specifying the offset of the shell section. The default value is 0.0.
- offsetType
A SymbolicConstant specifying the method used to define the shell offset. If offsetType is set to OFFSET_FIELD the offsetField must have a value. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, FROM_GEOMETRY, and OFFSET_FIELD. The default value is SINGLE_VALUE.
- offsetField
A String specifying the name of the field specifying the offset. The default value is "".
Return value
A SectionAssignment object.
Exceptions
None.