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

Classes

class  ContBarPlacement
 No documentation available. More...
class  DowelPattern
 No documentation available. More...
class  DowelPatternPlacement
 No documentation available. More...
class  DowelPatternPlacementMap
 No documentation available. More...
class  map_indexing_suite_DowelPatternPlacementMap_entry
 No documentation available. More...
class  map_indexing_suite_RebarVecMap_entry
 No documentation available. More...
class  RCETemplate
 No documentation available. More...
class  RCEType
 No documentation available. More...
class  RebarCageTemplate
 No documentation available. More...
class  RebarVecMap
 No documentation available. More...

Functions

def GetRCETemplate
def ListRCETemplates
def PlaceHoopsInZone
def PlaceSpiralInZone

Variables

 BEAM = RCE.RCEType.BEAM
 COLUMN = RCE.RCEType.COLUMN
 CONT_FOOTING = RCE.RCEType.CONT_FOOTING
 GRADE_BEAM = RCE.RCEType.GRADE_BEAM
 PILASTER = RCE.RCEType.PILASTER
 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)
def RCE.PlaceHoopsInZone (   arg1,
  arg2,
  arg3,
  arg4,
  arg5,
  arg6,
  arg7 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > PlaceHoopsInZone(Alloy::Pointer::Pointer<ShapedRebarMaterial>,double,bool,double,double,bool,bool)
def RCE.PlaceSpiralInZone (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type ShapedRebarMaterial
     C++ signature :
         Alloy::Pointer::Pointer<ShapedRebarMaterial> PlaceSpiralInZone(Alloy::Pointer::Pointer<ShapedRebarMaterial>,double,double)

Variable Documentation

RCE.BEAM = RCE.RCEType.BEAM
RCE.COLUMN = RCE.RCEType.COLUMN
RCE.CONT_FOOTING = RCE.RCEType.CONT_FOOTING
RCE.GRADE_BEAM = RCE.RCEType.GRADE_BEAM
RCE.PILASTER = RCE.RCEType.PILASTER
RCE.TROUGH = RCE.RCEType.TROUGH