Library | Module

Interface IpfcSurfaceExtents



Description

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



Property Summary

PropertyUVExtentsas IpfcUVOutline
The UV parameters of the two corner points of the surface.
PropertyXYZExtentsas IpfcOutline3D [readonly, optional]
The XYZ points corresponding to the UV corner points. Used only for output purposes.



Method Summary

FunctionCCpfcSurfaceExtents.Create (UVExtents as IpfcUVOutline) as IpfcSurfaceExtents
This method creates a new SurfaceExtents object.



Property Detail


PropertyUVExtentsas IpfcUVOutline

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




PropertyXYZExtentsas IpfcOutline3D [readonly, optional]

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





Method Detail


FunctionCCpfcSurfaceExtents.Create (UVExtents as IpfcUVOutline) as IpfcSurfaceExtents

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