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
Expand Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Deprecated > Deprecated API Reference > Model > Section > SOR > ISORSectionGenerator Search Documentation


ISORSectionGenerator Interface

ISORSectionGenerator serves as a constructor of generic SOR objects. It is used for dynamic creation of objects programmatically at runtime.

ISORSectionGenerator can be obtained from SectSORGenerator objects.

See also SectSORGenerator, I3DSectionGenerator, Interface List


HRESULT Create(DISectInfo* pInfo, ISection **ppIEntity)

Parameters

pInfo - [in] structure of DISectInfo type, which contains parameters of the entity to be created.

ppIEntity - [out] . pointer to variable, which will receive ISection interface, implemented by the created object.

Returns

S_OK in case of success.

Remarks:

Call to this method will create a generic 3D entity. It will return its ISection pointer in ppIEntity.