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


IBRepVertex_DG Interface

A standalone vertex can be created via IObjectGenerator_DG.Create<IBRepVertex_DG>() call.

Implements also: IBRepShape_DG, IObject_DG.

Properties

PointDg Position

Methods

GetPosition
SetPosition

void GetPosition(out double x, out double y, out double z)


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