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 > ISimplex_DG Go to ActiveX docs Search Documentation


ISimplex_DG Interface

GetVertexPosition
GetFaceNormal
GetFaceNormal1
GetNormal
GetNormal1
GetNormalIndex
SetNormalIndex
GetEdge
GetAdjacentSimplex
IsInteriorSimplex

UInt64 GetVertexPosition(int index)


VectDg GetFaceNormal()


void GetFaceNormal1(double vx, double vy, double vz)


VectDg GetNormal(int vertex)


void GetNormal1(int vertex, double vx, double vy, double vz)


int GetNormalIndex(int vertex)


void SetNormalIndex(int vertex, int index)


IVertexSegment_DG GetEdge(int side)


ISimplex_DG GetAdjacentSimplex(int side)


bool IsInteriorSimplex()