Accessimport section mdb.models[name].parts[name].sectionAssignments[i] import assembly mdb.models[name].rootAssembly.sectionAssignments[i] import odbAccess session.odbs[name].parts[name].sectionAssignments[i] session.odbs[name].rootAssembly.instances[name].sectionAssignments[i] session.odbs[name].rootAssembly.sectionAssignments[i] session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i]\ .instance.sectionAssignments[i] SectionAssignment(...)
This method creates a SectionAssignment object. Pathmdb.models[name].parts[name].SectionAssignment mdb.models[name].rootAssembly.SectionAssignment Required arguments
Optional arguments
Return valueA SectionAssignment object. ExceptionsNone. resume()
This method resumes the section assignment that was previously suppressed. ArgumentsNone. Return valueNone. ExceptionsNone. suppress()
This method suppresses the section assignment. ArgumentsNone. Return valueNone. ExceptionsNone. getVertices(...)
This method is only valid for connector section assignments. This method returns a sequence consisting of tuples of coordinates of the connector's endpoints. ArgumentsNone. Return valueA sequence of tuples of floats. Exceptions
setValues(...)
This method modifies the SectionAssignment object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the SectionAssignment method. Return valueNone. ExceptionsNone. MembersThe 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:
|