Library | File

Class pfcSurfaceExtents

# include <pfcGeometry.h>

class pfcSurfaceExtents
 : public virtual xobject
{
    xdeclare(pfcSurfaceExtents)
    ...
};
This is a COMPACT class.



Description

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



Method Summary

static pfcSurfaceExtents_ptrCreate (pfcUVOutline_ptr UVExtents)
This method creates a new SurfaceExtents object.
pfcUVOutline_ptrGetUVExtents ()
voidSetUVExtents (pfcUVOutline_ptr value)
The UV parameters of the two corner points of the surface.
optional pfcOutline3D_ptrGetXYZExtents ()
The XYZ points corresponding to the UV corner points. Used only for output purposes.



Method Detail

optional pfcOutline3D_ptrGetXYZExtents ()

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




pfcUVOutline_ptrGetUVExtents ()
voidSetUVExtents (pfcUVOutline_ptr value)

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




static pfcSurfaceExtents_ptrCreate (pfcUVOutline_ptr UVExtents)

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