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

Pins a member end to an erection view plane. More...

Inheritance diagram for ModelPins.GridToMember:
ModelPins.ModelPin

Methods defined here:

def AddAffectedEnd
def GetErectionViewIndex
def GetOffset
def RemoveAffectedEnd
def SetOffset
def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 40

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.ModelPin
def __init__

Detailed Description

Pins a member end to an erection view plane.

Method resolution order

GridToMember
ModelPin
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Member Function Documentation

def ModelPins.GridToMember.__dict__ (   args)

Reimplemented from ModelPins.ModelPin.

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

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

Reimplemented from ModelPins.ModelPin.

def ModelPins.GridToMember.__weakref__ (   args)

Reimplemented from ModelPins.ModelPin.

def ModelPins.GridToMember.AddAffectedEnd (   arg1,
  member,
  end 
)
Returns
Instance of type bool
     Add a member end, in the form of a member number and end number (0 or 1), to be restrained to the plane of the view.
 
     C++ signature :
         bool AddAffectedEnd(SDS2::ModelRestraint::GridToMember {lvalue},int,int)
def ModelPins.GridToMember.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.ModelPin.

def ModelPins.GridToMember.GetErectionViewIndex (   arg1)
Returns
Instance of type int
     C++ signature :
         int GetErectionViewIndex(SDS2::ModelRestraint::GridToMember {lvalue})
def ModelPins.GridToMember.GetOffset (   arg1)
Returns
Instance of type float
     Get the offset from the plane of the view, along the normal of that plane.
 
     C++ signature :
         double GetOffset(SDS2::ModelRestraint::GridToMember {lvalue})
def ModelPins.GridToMember.RemoveAffectedEnd (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type None
     Remove a member end.
 
     C++ signature :
         void RemoveAffectedEnd(SDS2::ModelRestraint::GridToMember {lvalue},int,int)
def ModelPins.GridToMember.SetOffset (   arg1,
  arg2 
)
Returns
Instance of type None
     Set the offset from the plane of the view, along the normal of that plane.
 
     C++ signature :
         void SetOffset(SDS2::ModelRestraint::GridToMember {lvalue},double)

Member Data Documentation

int ModelPins.GridToMember.__instance_size__ = 40
staticprivate