DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > BSpline BRep Geometry > Mesh Geometry > IVertex_DG Go to DGKC docs Search Documentation


IVertex_DG Interface

GetPosition
SetPosition
GetPosition1
SetPosition1
GetNormalCount
SetNormalCount
GetNormal
SetNormal
GetNormal1
SetNormal1
GetStarElementCount
GetStarVertex
GetStarSegment
GetStarSimplex
IsInteriorVertex
GetLinkingSegment
FindStarVertex
FindStarSegment
FindStarSimplex

Point_DG GetPosition()


void SetPosition(Point_DG pt)


void GetPosition1(double x, double y, double z)


void SetPosition1(double x, double y, double z)


void GetNormalCount(int count)


void SetNormalCount(int count)


VectDg GetNormal(int which)


VectDg SetNormal(int which)


void GetNormal1(int which, double x, double y, double z)


void SetNormal1(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 vertex)


int FindStarVertex(IVertex_DG vertex)


int FindStarSegment(IVertexSegment_DG segment)


int FindStarSimplex(ISimplex_DG simplex)