IBRepVertex_DG Interface
- GetPosition
- GetPosition1
- SetPosition
- SetPosition1
Implemented by vertices.
A standalone vertex can be created via IObjectGenerator_DG.Create("IBRepVertex_DG") > IBRepVertex_DG query.
Implements also: IBRepShape_DG, IObject_DG.
void GetPosition(out double x, out double y, out double z)
Point_DG GetPosition1()
void SetPosition(double x, double y, double z)
void SetPosition1(Point_DG position)
|