Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
TD_HOOPS_COMMON_EXPORT::CreateRasterImage Function
Syntax
C++
void CreateRasterImage(OdString strShellName, OdString strImageName, OdString strTextureName, double dWidth, double dHeight, OdGePoint3dArray ptsShellArr, OdGePoint2dArray ptsTextureArr);

Creates a raster image in a hoops file. 

 

Parameters
Description
strShellName
[in] A name of the shell segment where the image should be created.
strImageName
[in] An image name.
strTextureName
[in] A texture name.
dWidth
[in] Resulting image width.
dHeight
[in] Resulting image height.
ptsShellArr
[in] An array of three-dimensional points that determine the shell.
ptsTextureArr
[in] An array of two-dimensional points that determine the texture.

File: HoopsCommon.h 

Namespace: TD_HOOPS_COMMON_EXPORT 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.