SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
RCE.DowelPattern Class Reference

No documentation available. More...

Methods defined here:

def GetDowelLocation
def GetNumDowels
def GetRebarDefinition
def __reduce__

Data and other attributes defined here:

def __init__

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

DowelPattern
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def RCE.DowelPattern.__init__ (   args)
Raises an exception
This class cannot be instantiated from Python
 __init__ = <built-in function __init__>

Member Function Documentation

def RCE.DowelPattern.__dict__ (   args)
def RCE.DowelPattern.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of Boost.Python.class object>
def RCE.DowelPattern.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def RCE.DowelPattern.__weakref__ (   args)
def RCE.DowelPattern.GetDowelLocation (   arg1,
  arg2,
  index 
)
Returns
Instance of type Point3D
     C++ signature :
         Point3D GetDowelLocation(Concrete::DowelPattern {lvalue},int,bool)
def RCE.DowelPattern.GetNumDowels (   arg1)
Returns
Instance of type int
     C++ signature :
         int GetNumDowels(Concrete::DowelPattern {lvalue})
def RCE.DowelPattern.GetRebarDefinition (   arg1)
Returns
Instance of type RebarDefinition
     C++ signature :
         sj_rebar_def GetRebarDefinition(Concrete::DowelPattern {lvalue})