| Functions | |
| def | Export | 
| def | ExportExpandedCalcsToDestinationForMembers | 
| def DesignCalcs.Export | ( | destination, | |
| selection | |||
| ) | 
     Send the design calcs for the specified members to the specified destination.
     Example: Export(Output.Destination(), model.members())
 
     C++ signature :
         void Export(Destination,boost::python::list) | def DesignCalcs.ExportExpandedCalcsToDestinationForMembers | ( | destination, | |
| members | |||
| ) | 
     Example: ExportExpandedCalcsToDestinationForMembers(
         Output.Destination('expanded_calcs.html'), model.members())
     import webbrowser
     webbrowser.open('expanded_calcs.html')
     
 
     C++ signature :
         void ExportExpandedCalcsToDestinationForMembers(Destination {lvalue},boost::python::api::object)  1.8.1.2
 1.8.1.2