mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
typo:
- void GetXYZ(double xyx + void GetXYZ(double xyz
This commit is contained in:
parent
fe1dc15cf1
commit
53d6a3426f
@ -45,7 +45,7 @@ public:
|
||||
double X() const; // ! NOT thread safe methods !
|
||||
double Y() const;
|
||||
double Z() const;
|
||||
void GetXYZ(double xyx[3]) const; // thread safe getting coords
|
||||
void GetXYZ(double xyz[3]) const; // thread safe getting coords
|
||||
SMDS_ElemIteratorPtr GetInverseElementIterator(SMDSAbs_ElementType type=SMDSAbs_All) const;
|
||||
int NbInverseElements(SMDSAbs_ElementType type=SMDSAbs_All) const;
|
||||
const SMDS_PositionPtr& GetPosition() const;
|
||||
|
Loading…
Reference in New Issue
Block a user