IVertex_DG Interface
Properties
- PointDg Position
Methods
- GetPosition
- SetPosition
- GetNormalCount
- SetNormalCount
- GetNormal
- SetNormal
- GetNormal
- SetNormal
- GetStarElementCount
- GetStarVertex
- GetStarSegment
- GetStarSimplex
- IsInteriorVertex
- GetLinkingSegment
- FindStarVertex
- FindStarSegment
- FindStarSimplex
void GetPosition1(double x, double y, double z)
void SetPosition(double x, double y, double z)
void GetNormalCount(int count)
void SetNormalCount(int count)
VectDg GetNormal(int which)
VectDg SetNormal(int which)
void GetNormal(int which, double x, double y, double z)
void SetNormal(int which, double vx, double vy, double vz)
int GetStarElementCount(MeshElementType_DG elementType)
IVertex_DG GetStarVertex(int i)
IVertexSegment_DG GetStarSegment(int i)
ISimplex_DG GetStarSimplex(int i)
void IsInteriorVertex(bool interior)
IVertexSegment_DG GetLinkingSegment(IVertex_DG vertex)
int FindStarVertex(IVertex_DG vertex)
int FindStarSegment(IVertexSegment_DG segment)
int FindStarSimplex(ISimplex_DG simplex)
|