IBRepVertex_DG Interface
Implemented by vertices.
A standalone vertex can be created via IObjectGenerator_DG.Create<IBRepVertex_DG>() call.
Implements also: IBRepShape_DG, IObject_DG.
Properties
- PointDg Position
Methods
- GetPosition
- SetPosition
void GetPosition(out double x, out double y, out double z)
void SetPosition(double x, double y, double z)
|