The SectionPoint object describes the location of a section point within a section category.
odb.parts()[name].elements(i).sectionCategory().sectionPoints(i) odb.parts()[name].elementSets()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.parts()[name].nodeSets()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.parts()[name].surfaces()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.rootAssembly().elements(i).sectionCategory().sectionPoints(i) odb.rootAssembly().elementSets()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.rootAssembly().instances()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.rootAssembly().instances()[name].elementSets()[name].elements(i)\ .sectionCategory().sectionPoints(i) odb.rootAssembly().instances()[name].nodeSets()[name].elements(i)\ .sectionCategory().sectionPoints(i) odb.rootAssembly().instances()[name].surfaces()[name].elements(i)\ .sectionCategory().sectionPoints(i) odb.rootAssembly().nodeSets()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.rootAssembly().surfaces()[name].elements(i).sectionCategory()\ .sectionPoints(i) odb.sectionCategories()[name].sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].locations(i)\ .sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .elements(i).sectionCategory().sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .elementSets()[name].elements(i).sectionCategory().sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .nodeSets()[name].elements(i).sectionCategory().sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .surfaces()[name].elements(i).sectionCategory().sectionPoints(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).sectionPoint()
This method creates a SectionPoint object.
odb.sectionCategories()[name].SectionPoint
odb_SectionPoint& SectionPoint(int number, const odb_String& description);
Required arguments
An Int specifying the number of the section point. See “Beam elements,” Section 28.3 of the Abaqus Analysis User's Manual, and “Shell elements,” Section 28.6 of the Abaqus Analysis User's Manual, for the numbering convention.
An odb_String specifying the description of the section point.
Optional arguments
Return value
A SectionPoint object.
Exceptions
The SectionPoint object has members with the same names and descriptions as the arguments to the SectionPoint method.
int number() const; const odb_String description() const;