Library | Module

Class pfcSurfaceExtents



Description

Describes the boundary points which determine the limits of the surface.



Property Summary

pfcUVOutlineUVExtents
The UV parameters of the two corner points of the surface.
/* readonly */  /* optional */ pfcOutline3DXYZExtents
The XYZ points corresponding to the UV corner points. Used only for output purposes.



Method Summary

static pfcSurfaceExtentsCreate (pfcUVOutline UVExtents)
This method creates a new SurfaceExtents object.



Property Detail


pfcUVOutlineUVExtents

The UV parameters of the two corner points of the surface.




/* readonly */  /* optional */ pfcOutline3DXYZExtents

The XYZ points corresponding to the UV corner points. Used only for output purposes.





Method Detail


static pfcSurfaceExtentsCreate (pfcUVOutline UVExtents)

This method creates a new SurfaceExtents object.
Parameters:
UVExtents
The UV parameters at the corners of the surface.
Returns:
The new SurfaceExtents object.