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

No documentation available. More...

Methods defined here:

def GetId
def GetLocked
def GetUseType
def GetValue
def GetVariableType
def SetId
def SetLocked
def SetUseType
def SetValue
def SetVariableType
def __getinitargs__
def __getstate__
def __init__
def __reduce__
def __setstate__

Data and other attributes defined here:

int __instance_size__ = 48
 __safe_for_unpickling__ = True

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

RebarParameter
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Rebar.RebarParameter.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)

Member Function Documentation

def Rebar.RebarParameter.__dict__ (   args)
def Rebar.RebarParameter.__getinitargs__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getinitargs__(Rebar::Parameter)
def Rebar.RebarParameter.__getstate__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getstate__(Rebar::Parameter)
def Rebar.RebarParameter.__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 Rebar.RebarParameter.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Rebar.RebarParameter.__setstate__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __setstate__(Rebar::Parameter {lvalue},boost::python::tuple)
def Rebar.RebarParameter.__weakref__ (   args)
def Rebar.RebarParameter.GetId (   arg1)
Returns
Instance of type str
     Get the id of the parameter object
 
     C++ signature :
         std::string GetId(Rebar::Parameter {lvalue})
def Rebar.RebarParameter.GetLocked (   arg1,
  arg2 
)
Returns
Instance of type bool
     Get the state of the parameter object lock
 
     C++ signature :
         bool GetLocked(Rebar::Parameter {lvalue},Rebar::Parameter::LockType)
def Rebar.RebarParameter.GetUseType (   arg1)
Returns
Instance of type ParameterUseType
     Get the use type of the parameter object
 
     C++ signature :
         Rebar::ParameterUseType GetUseType(Rebar::Parameter {lvalue})
def Rebar.RebarParameter.GetValue (   arg1)
Returns
Instance of type float
     Get the value of the parameter object
 
     C++ signature :
         double GetValue(Rebar::Parameter {lvalue})
def Rebar.RebarParameter.GetVariableType (   arg1)
Returns
Instance of type ParameterVarType
     Get the variable type of the parameter object
 
     C++ signature :
         Rebar::ParameterVarType GetVariableType(Rebar::Parameter {lvalue})
def Rebar.RebarParameter.SetId (   arg1,
  id 
)
Returns
Instance of type None
     C++ signature :
         void SetId(Rebar::Parameter {lvalue},std::string)
def Rebar.RebarParameter.SetLocked (   arg1,
  arg2,
  type 
)
Returns
Instance of type None
     C++ signature :
         void SetLocked(Rebar::Parameter {lvalue},Rebar::Parameter::LockType,bool)
def Rebar.RebarParameter.SetUseType (   arg1,
  type 
)
Returns
Instance of type None
     C++ signature :
         void SetUseType(Rebar::Parameter {lvalue},Rebar::ParameterUseType)
def Rebar.RebarParameter.SetValue (   arg1,
  value 
)
Returns
Instance of type None
     C++ signature :
         void SetValue(Rebar::Parameter {lvalue},double)
def Rebar.RebarParameter.SetVariableType (   arg1,
  type 
)
Returns
Instance of type None
     C++ signature :
         void SetVariableType(Rebar::Parameter {lvalue},Rebar::ParameterVarType)

Member Data Documentation

int Rebar.RebarParameter.__instance_size__ = 48
staticprivate
Rebar.RebarParameter.__safe_for_unpickling__ = True
staticprivate