Unigine.ImportGeometry Class
ImportGeometry Class
Properties
WorldBoundBox BoundBox#
The bounding box of the geometry element.
IntPtr Data#
The metadata of the imported geometry element.
dmat4 Transform#
The transformation matrix of the imported geometry element.
Members
void CopyFrom ( ImportGeometry o ) #
Copies the data from the specified source geometry element.Arguments
- ImportGeometry o - Source geometry element.
ImportSurface AddSurface ( ) #
Adds a new surface to the list of surfaces of the geometry element and returns the corresponding ImportSurface instance.Return value
New added surface.void CopySurfacesFrom ( ImportGeometry other ) #
Copies all surfaces from the specified source geometry element.Arguments
- ImportGeometry other - Source geometry element.
void MoveSurfacesFrom ( ImportGeometry other ) #
Moves all surfaces from the specified source geometry element.Arguments
- ImportGeometry other - Source geometry element.
ImportSurface GetSurface ( int index ) #
Returns a surface of the geometry element by its index in the list.Arguments
- int index - Surface index within the range from 0 to (total number of surfaces - 1).
Return value
Imported surface with the specified index.int GetNumSurfaces ( ) #
Returns the number of surfaces in the list. List of surfaces is represented as a set of ImportSurface structures.Return value
Number of surfaces in the imported geometry element.void ClearSurfaces ( ) #
Clears the list of surfaces of the geometry element.Last update:
2022-11-28
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)