Public Member Functions | |
| def | __init__ |
Data Fields | |
| x1Str | |
| x2Str | |
| y1Str | |
| y2Str | |
| z1Str | |
| z2Str | |
| x1 | |
| x2 | |
| y1 | |
| y2 | |
| z1 | |
| z2 | |
Static Public Attributes | |
| int | x1 = 0 |
| int | y1 = 0 |
| int | z1 = 0 |
| int | x2 = 0 |
| int | y2 = 0 |
| int | z2 = 0 |
| string | xStr1 = "" |
| string | yStr1 = "" |
| string | zStr1 = "" |
| string | xStr2 = "" |
| string | yStr2 = "" |
| string | zStr2 = "" |
Definition at line 243 of file smeshDC.py.
| def smeshDC.PointStructStr6.__init__ | ( | self, | |
| x1Str, | |||
| x2Str, | |||
| y1Str, | |||
| y2Str, | |||
| z1Str, | |||
| z2Str | |||
| ) |
Definition at line 258 of file smeshDC.py.
00259 : 00260 self.x1Str = x1Str 00261 self.x2Str = x2Str 00262 self.y1Str = y1Str 00263 self.y2Str = y2Str 00264 self.z1Str = z1Str 00265 self.z2Str = z2Str 00266 if isinstance(x1Str, str) and notebook.isVariable(x1Str): 00267 self.x1 = notebook.get(x1Str) 00268 else: 00269 self.x1 = x1Str 00270 if isinstance(x2Str, str) and notebook.isVariable(x2Str): 00271 self.x2 = notebook.get(x2Str) 00272 else: 00273 self.x2 = x2Str 00274 if isinstance(y1Str, str) and notebook.isVariable(y1Str): 00275 self.y1 = notebook.get(y1Str) 00276 else: 00277 self.y1 = y1Str 00278 if isinstance(y2Str, str) and notebook.isVariable(y2Str): 00279 self.y2 = notebook.get(y2Str) 00280 else: 00281 self.y2 = y2Str 00282 if isinstance(z1Str, str) and notebook.isVariable(z1Str): 00283 self.z1 = notebook.get(z1Str) 00284 else: 00285 self.z1 = z1Str 00286 if isinstance(z2Str, str) and notebook.isVariable(z2Str): 00287 self.z2 = notebook.get(z2Str) 00288 else: 00289 self.z2 = z2Str 00290 # Parametrized substitute for AxisStruct
int smeshDC.PointStructStr6.x1 = 0 [static] |
Definition at line 245 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
int smeshDC.PointStructStr6.x2 = 0 [static] |
Definition at line 248 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
string smeshDC.PointStructStr6.xStr1 = "" [static] |
Definition at line 251 of file smeshDC.py.
string smeshDC.PointStructStr6.xStr2 = "" [static] |
Definition at line 254 of file smeshDC.py.
int smeshDC.PointStructStr6.y1 = 0 [static] |
Definition at line 246 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
int smeshDC.PointStructStr6.y2 = 0 [static] |
Definition at line 249 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
string smeshDC.PointStructStr6.yStr1 = "" [static] |
Definition at line 252 of file smeshDC.py.
string smeshDC.PointStructStr6.yStr2 = "" [static] |
Definition at line 255 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
int smeshDC.PointStructStr6.z1 = 0 [static] |
Definition at line 247 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
int smeshDC.PointStructStr6.z2 = 0 [static] |
Definition at line 250 of file smeshDC.py.
Definition at line 258 of file smeshDC.py.
string smeshDC.PointStructStr6.zStr1 = "" [static] |
Definition at line 253 of file smeshDC.py.
string smeshDC.PointStructStr6.zStr2 = "" [static] |
Definition at line 256 of file smeshDC.py.