DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
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
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > BSpline BRep Geometry > Mesh Geometry > IVertex_DG Go to ActiveX docs Search Documentation


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)