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


IDiffSurface_DG Interface

GetNormalAt
GetProximity
GetLocalParametrization

int GetNormalAt(PointDg pointAt, out VectDg normal)

Returns the count of normals at the point (3 for a corner of a box). Returns the first normal in normal. Use the GetProximity() method below to access the rest of normals when the count is greater than 1.


IVertex_DG GetProximity(PointDg pointAt)


IBSplineSurface_DG GetLocalParametrization(PointDg pointAt)