Classes | |
| class | RebarWidgetManager |
| No documentation available. More... | |
Functions | |
| def | GetAvailableRebarCoatingNames |
| def | GetAvailableRebarGradeNames |
| def | GetValidRebarStandardNames |
| def | Job |
Variables | |
| string | coatingId = 'coating' |
| DISABLED = <objectobject> | |
| ENABLED = <objectobject> | |
| string | gradeId = 'grade' |
| HIDDEN = <objectobject> | |
| INVALID = <objectobject> | |
| string | refPtId = 'ref_pt' |
| string | sizeId = 'size' |
| string | standardId = 'standard' |
| VALID = <objectobject> | |
| def RebarWidgets.GetAvailableRebarCoatingNames | ( | standardName | ) |
Lists the descriptions for all available rebar coatings for the specified standard.
Args:
standardName: The name of the rebar standard for which to
retrieve available coating names.
C++ signature :
boost::python::list GetAvailableRebarCoatingNames(std::string) | def RebarWidgets.GetAvailableRebarGradeNames | ( | standardName | ) |
Lists the descriptions for all available rebar grades for the specified standard.
Args:
standardName: The name of the rebar standard for which to
retrieve available grade names.
C++ signature :
boost::python::list GetAvailableRebarGradeNames(std::string) | def RebarWidgets.GetValidRebarStandardNames | ( | args | ) |
Lists the descriptions for all valid rebar standards in the job.
C++ signature :
boost::python::list GetValidRebarStandardNames() | def RebarWidgets.Job | ( | args | ) |
Job() returns a job object
| string RebarWidgets.coatingId = 'coating' |
| RebarWidgets.DISABLED = <objectobject> |
| RebarWidgets.ENABLED = <objectobject> |
| string RebarWidgets.gradeId = 'grade' |
| RebarWidgets.HIDDEN = <objectobject> |
| RebarWidgets.INVALID = <objectobject> |
| string RebarWidgets.refPtId = 'ref_pt' |
| string RebarWidgets.sizeId = 'size' |
| string RebarWidgets.standardId = 'standard' |
| RebarWidgets.VALID = <objectobject> |
1.8.1.2