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
Collapse General GeometryGeneral Geometry
Expand 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 > General Geometry > Oriented Objects > ICylinder_DG Go to ActiveX docs Search Documentation


ICylinder_DG Interface

Represents an infinite oriented 3D cylinder. Axis consides with Z axis.

A standalone cylinder can be created with a IObjectGenerator_DG.Create<ICylinder_DG>() > call.

Implements also: IUVSurface_DG, IObjectOriented_DG, IGeometricObject_DG, IObject_DG.

Properties

double Radius
IFrame_DG Location

Methods

Init
Copy
Clone

void Init(IFrame_DG frame, double radius)


void Copy(ICylinder_DG cylinder)


ICylinder_DG Clone()

Returns a new copy of this.