DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > BSpline BRep Geometry > IBRepVertex_DG Go to DGKC docs Search Documentation


IBRepVertex_DG Interface

GetPosition
GetPosition1
SetPosition
SetPosition1

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)