SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Functions
DesignCalcs Namespace Reference

Functions

def Export
def ExportExpandedCalcsToDestinationForMembers

Function Documentation

def DesignCalcs.Export (   destination,
  selection 
)
Returns
Instance of type None
     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 
)
Returns
Instance of type None
     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)