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

Pins a member end to a plane based on its web or flange. More...

Inheritance diagram for ModelPins.MemberToSelf:
ModelPins.MemberToMemberPlane ModelPins.ModelPin

Methods defined here:

def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 40

Methods inherited from MemberToMemberPlane:

def AddAffectedEnd
def GetHorizontal
def GetIgnoreRotation
def GetVertical
def SetPlanes

Methods inherited from ModelPin:

def Description

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

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

def __new__

Additional Inherited Members

- Public Member Functions inherited from ModelPins.MemberToMemberPlane
def __init__
- Public Member Functions inherited from ModelPins.ModelPin
def __init__

Detailed Description

Pins a member end to a plane based on its web or flange.

Method resolution order

MemberToSelf
MemberToMemberPlane
ModelPin
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def ModelPins.MemberToSelf.__init__ (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*,int,int)

Member Function Documentation

def ModelPins.MemberToSelf.__dict__ (   args)

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.__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>

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.__weakref__ (   args)

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.AddAffectedEnd (   arg1,
  member,
  end 
)
Returns
Instance of type None
     Add a member end, in the form of a member number and end number (0 or 1), to be restrained to the plane of this member.
 
     C++ signature :
         void AddAffectedEnd(SDS2::ModelRestraint::MemberToMemberPlane {lvalue},int,int)

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.Description (   arg1)
Returns
Instance of type str
     Returns a string describing the pin that's intended to be presented to users.
 
     C++ signature :
         std::string Description(SDS2::ModelRestraint::ModelRestraint {lvalue})

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.GetHorizontal (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool GetHorizontal(SDS2::ModelRestraint::MemberToMemberPlane {lvalue})

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.GetIgnoreRotation (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool GetIgnoreRotation(SDS2::ModelRestraint::MemberToMemberPlane {lvalue})

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.GetVertical (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool GetVertical(SDS2::ModelRestraint::MemberToMemberPlane {lvalue})

Reimplemented from ModelPins.MemberToMemberPlane.

def ModelPins.MemberToSelf.SetPlanes (   arg1,
  horizontal,
  vertical,
  rotation 
)
Returns
Instance of type None
     Sets which planes to pin to.  In order they are:
         * Horizontal - This is the plane of the top flange, but on the member line
         * Vertical - This is the plane of the web
         * Rotation - If true the horizontal and vertical planes will rotate with the member rotation.
 
     C++ signature :
         void SetPlanes(SDS2::ModelRestraint::MemberToMemberPlane {lvalue},bool,bool,bool)

Reimplemented from ModelPins.MemberToMemberPlane.

Member Data Documentation

int ModelPins.MemberToSelf.__instance_size__ = 40
staticprivate