Version: 6.3.1
Public Member Functions | Data Fields | Static Public Attributes

smeshDC.AxisStructStr Class Reference

Public Member Functions

def __init__

Data Fields

 xStr
 yStr
 zStr
 dxStr
 dyStr
 dzStr
 x
 y
 z
 dx
 dy
 dz

Static Public Attributes

int x = 0
int y = 0
int z = 0
int dx = 0
int dy = 0
int dz = 0
string xStr = ""
string yStr = ""
string zStr = ""
string dxStr = ""
string dyStr = ""
string dzStr = ""

Detailed Description

Definition at line 291 of file smeshDC.py.


Constructor & Destructor Documentation

def smeshDC.AxisStructStr.__init__ (   self,
  xStr,
  yStr,
  zStr,
  dxStr,
  dyStr,
  dzStr 
)

Definition at line 306 of file smeshDC.py.

00307                                                              :
00308         self.xStr = xStr
00309         self.yStr = yStr
00310         self.zStr = zStr
00311         self.dxStr = dxStr
00312         self.dyStr = dyStr
00313         self.dzStr = dzStr
00314         if isinstance(xStr, str) and notebook.isVariable(xStr):
00315             self.x = notebook.get(xStr)
00316         else:
00317             self.x = xStr
00318         if isinstance(yStr, str) and notebook.isVariable(yStr):
00319             self.y = notebook.get(yStr)
00320         else:
00321             self.y = yStr
00322         if isinstance(zStr, str) and notebook.isVariable(zStr):
00323             self.z = notebook.get(zStr)
00324         else:
00325             self.z = zStr
00326         if isinstance(dxStr, str) and notebook.isVariable(dxStr):
00327             self.dx = notebook.get(dxStr)
00328         else:
00329             self.dx = dxStr
00330         if isinstance(dyStr, str) and notebook.isVariable(dyStr):
00331             self.dy = notebook.get(dyStr)
00332         else:
00333             self.dy = dyStr
00334         if isinstance(dzStr, str) and notebook.isVariable(dzStr):
00335             self.dz = notebook.get(dzStr)
00336         else:
00337             self.dz = dzStr
00338 
# Parametrized substitute for DirStruct

Field Documentation

Definition at line 296 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.dxStr = "" [static]

Definition at line 302 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 297 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.dyStr = "" [static]

Definition at line 303 of file smeshDC.py.

Definition at line 298 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.dzStr = "" [static]

Definition at line 304 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 293 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.xStr = "" [static]

Definition at line 299 of file smeshDC.py.

Definition at line 294 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.yStr = "" [static]

Definition at line 300 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 295 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

Definition at line 306 of file smeshDC.py.

string smeshDC.AxisStructStr.zStr = "" [static]

Definition at line 301 of file smeshDC.py.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS