Classes | |
| class | BoltQuantityType |
| No documentation available. More... | |
| class | DataSource |
| No documentation available. More... | |
| class | RoutingType |
| No documentation available. More... | |
| class | Setup |
| No documentation available. More... | |
| class | VersionType |
| No documentation available. More... | |
Functions | |
| def | ExportDetails |
| def | ExportFabSuiteDetails |
| def | ExportFabSuiteSheets |
| def | ExportSheets |
| def Kiss.ExportDetails | ( | dest, | |
| selection, | |||
| setup | |||
| ) |
Example: ExportDetails(Output.Destination("kiss_output"), [dtl_string1, dtl_string2], Setup())
C++ signature :
void ExportDetails(Destination,boost::python::list,KissSetup) | def Kiss.ExportFabSuiteDetails | ( | dest, | |
| selection, | |||
| setup | |||
| ) |
Example: ExportFabSuiteDetails(Output.Destination("kiss_output"), [dtl_string1, dtl_string2], Setup())
C++ signature :
void ExportFabSuiteDetails(Destination,boost::python::list,KissSetup) | def Kiss.ExportFabSuiteSheets | ( | dest, | |
| selection, | |||
| setup | |||
| ) |
Example: ExportFabSuiteSheets(Output.Destination("kiss_output"), [dtl_string1, dtl_string2], Setup())
C++ signature :
void ExportFabSuiteSheets(Destination,boost::python::list,KissSetup) | def Kiss.ExportSheets | ( | dest, | |
| selection, | |||
| setup | |||
| ) |
Example: ExportSheets(Output.Destination("kiss_output"), [dtl_string1, dtl_string2], Setup())
C++ signature :
void ExportSheets(Destination,boost::python::list,KissSetup)
1.8.1.2