DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


ICircle3D_KC2 Interface

AddObject
Reset
SetPosition

Access to properties of a circle or disc in three dimensions. Query IAxis from this interface to modify or obtain location and orientation of the circle . The axis (ray) represents normal to plane of the circle at its center.


HRESULT GetRadius(double* radius)

Parameters

radius - [out, retval] Radius of the3D circle/disk

Remarks:

Returns radius


HRESULT SetRadius(double radius)

Remarks:

Modifies radius


HRESULT GetDisk(VARIANT_BOOL* disk)

Parameters

disk - [out, retval] True if the object is disk, not circle


HRESULT SetDisk(VARIANT_BOOL disk)

Remarks:

If disk is true the object will be considered as a disk, not circle