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

Base class for complex offsets. More...

Methods defined here:

def CalculateOffset
def __eq__
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

Base class for complex offsets.

Method resolution order

DynamicOffset
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Member Function Documentation

def ModelPins.DynamicOffset.__dict__ (   args)
def ModelPins.DynamicOffset.__eq__ (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool __eq__(SDS2::ModelRestraint::DynamicOffset {lvalue},Alloy::Pointer::Pointer<SDS2::ModelRestraint::DynamicOffset>)
def ModelPins.DynamicOffset.__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 ModelPins.DynamicOffset.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def ModelPins.DynamicOffset.__weakref__ (   args)
def ModelPins.DynamicOffset.CalculateOffset (   arg1)
Returns
Instance of type Point3D
     Calculates the offset for the current model and returns it as a point
 
     C++ signature :
         Point3D CalculateOffset(SDS2::ModelRestraint::DynamicOffset {lvalue})