Accessodb.parts()[name].elements(i).sectionCategory() odb.parts()[name].elementSets()[name].elements(i).sectionCategory() odb.parts()[name].nodeSets()[name].elements(i).sectionCategory() odb.parts()[name].surfaces()[name].elements(i).sectionCategory() odb.rootAssembly().elements(i).sectionCategory() odb.rootAssembly().elementSets()[name].elements(i).sectionCategory() odb.rootAssembly().instances()[name].elements(i).sectionCategory() odb.rootAssembly().instances()[name].elementSets()[name].elements(i)\ .sectionCategory() odb.rootAssembly().instances()[name].nodeSets()[name].elements(i)\ .sectionCategory() odb.rootAssembly().instances()[name].surfaces()[name].elements(i)\ .sectionCategory() odb.rootAssembly().nodeSets()[name].elements(i).sectionCategory() odb.rootAssembly().surfaces()[name].elements(i).sectionCategory() odb.sectionCategories()[name] odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .elements(i).sectionCategory() odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .elementSets()[name].elements(i).sectionCategory() odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .nodeSets()[name].elements(i).sectionCategory() odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .surfaces()[name].elements(i).sectionCategory() SectionCategory(...)
This method creates a SectionCategory object. Pathodb.SectionCategory Prototypeodb_SectionCategory& SectionCategory(const odb_String& name, const odb_String& description); Required arguments
Optional argumentsNone. Return valueA SectionCategory object. ExceptionsNone. MembersThe SectionCategory object has members with the same names and descriptions as the arguments to the SectionCategory method. In addition, the SectionCategory object can have the following member: Prototypeodb_String name() const; odb_String description() const; const odb_SectionPoint& sectionPoints(int index) const; const odb_SequenceSectionPoint& sectionPoints() const;
|