No documentation available.
More...
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Additional Inherited Members |
def | __init__ |
Detailed Description
No documentation available.
Method resolution order
ExactLocation
ModelPin
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def ModelPins.ExactLocation.__init__ |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __init__(_object*,int)
Member Function Documentation
def ModelPins.ExactLocation.__dict__ |
( |
|
args | ) |
|
def ModelPins.ExactLocation.__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.ExactLocation.__reduce__ |
( |
|
args | ) |
|
def ModelPins.ExactLocation.__weakref__ |
( |
|
args | ) |
|
def ModelPins.ExactLocation.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::ExactLocation {lvalue},int,int)
def ModelPins.ExactLocation.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.ExactLocation.GetElevationLocked |
( |
|
arg1 | ) |
|
- Returns
- Instance of type bool
C++ signature :
bool GetElevationLocked(SDS2::ModelRestraint::ExactLocation {lvalue})
def ModelPins.ExactLocation.GetOffset |
( |
|
arg1 | ) |
|
- Returns
- Instance of type float
C++ signature :
double GetOffset(SDS2::ModelRestraint::ExactLocation {lvalue})
def ModelPins.ExactLocation.RemoveAffectedEnd |
( |
|
arg1, |
|
|
|
arg2, |
|
|
|
arg3 |
|
) |
| |
- Returns
- Instance of type None
Remove a member end.
C++ signature :
void RemoveAffectedEnd(SDS2::ModelRestraint::ExactLocation {lvalue},int,int)
def ModelPins.ExactLocation.SetElevationLocked |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void SetElevationLocked(SDS2::ModelRestraint::ExactLocation {lvalue},bool)
def ModelPins.ExactLocation.SetOffset |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void SetOffset(SDS2::ModelRestraint::ExactLocation {lvalue},double)
Member Data Documentation
int ModelPins.ExactLocation.__instance_size__ = 40 |
|
staticprivate |