A DerivedComponent object describes user-customized components for use in defining ConnectorFriction and Potential objects.
sectionApi.sections()[name].behaviorOptions(i).connectorPotentials(i)\ .derivedComponent() sectionApi.sections()[name].behaviorOptions(i).derivedComponent() sectionApi.sections()[name].behaviorOptions(i).evolutionPotentials(i)\ .derivedComponent() sectionApi.sections()[name].behaviorOptions(i).initiationPotentials(i)\ .derivedComponent()
This method creates a DerivedComponent object.
sectionApi.sections()[name].behaviorOptions(i).connectorPotentials(i)\ .DerivedComponent sectionApi.sections()[name].behaviorOptions(i).DerivedComponent sectionApi.sections()[name].behaviorOptions(i).evolutionPotentials(i)\ .DerivedComponent sectionApi.sections()[name].behaviorOptions(i).initiationPotentials(i)\ .DerivedComponent
odb_DerivedComponent& DerivedComponent();
Return value
A DerivedComponent object.
Exceptions
ValueError and TextError.
This method modifies the DerivedComponent object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the DerivedComponent method.
Return value
Exceptions
ValueError.
The DerivedComponent object can have the following member:
odb_SequenceCDCTerm cdcTerms() const; odb_CDCTerm cdcTerms(int index) const;
A sequence of CDCTerm objects.