mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-15 21:21:21 +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 X() const; // ! NOT thread safe methods !
|
||||||
double Y() const;
|
double Y() const;
|
||||||
double Z() 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;
|
SMDS_ElemIteratorPtr GetInverseElementIterator(SMDSAbs_ElementType type=SMDSAbs_All) const;
|
||||||
int NbInverseElements(SMDSAbs_ElementType type=SMDSAbs_All) const;
|
int NbInverseElements(SMDSAbs_ElementType type=SMDSAbs_All) const;
|
||||||
const SMDS_PositionPtr& GetPosition() const;
|
const SMDS_PositionPtr& GetPosition() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user