SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions | Variables
RCE Namespace Reference

Classes

class  RCETemplate
 No documentation available. More...
class  RCEType
 No documentation available. More...
class  RebarCageTemplate
 No documentation available. More...

Functions

def GetRCETemplate
def ListRCETemplates

Variables

 TROUGH = RCE.RCEType.TROUGH

Function Documentation

def RCE.GetRCETemplate (   arg1,
  name 
)
Returns
Instance of type RCETemplate
     Gets the specified Reinforced Concrete Extrusion Template.
     Args:
     type: the RCE type.
     name: the name of the template to retrieve.
 
     C++ signature :
         Alloy::Pointer::Pointer<Concrete::ReConcExtTemplate> GetRCETemplate(SDS2::Database::Job::ReConcExtType,std::string)
def RCE.ListRCETemplates (   arg1)
Returns
Instance of type list
     Lists the names of the Reinforced Concrete Extrusion templates available in the job.
     Args:
     type: the RCE type.
 
     C++ signature :
         boost::python::list ListRCETemplates(SDS2::Database::Job::ReConcExtType)

Variable Documentation

RCE.TROUGH = RCE.RCEType.TROUGH