DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Collapse Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Math Objects > Planes Search Documentation


Geometric Planes

A pure geometric object representing an infinite plane which is arbitrary oriented in 3D can be created with a call to

Call Create or Create2 method of IDIObjectGenerator with parameter eType set to eObjTypePlane member of EObjectType enumeration.

The returned interface has type of IAxis, which can be used to modify location and orientation of the plane.