Library | Package Java Toolkit

Interface SurfaceExtents

package com.ptc.pfc.pfcGeometry;

public interface SurfaceExtents
  extends jxobject



Description

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



Method Summary
UVOutlineGetUVExtents ()
    Get method for attribute "UVExtents"
    The UV parameters of the two corner points of the surface.
/*optional*/ Outline3DGetXYZExtents ()
    Get method for attribute "XYZExtents"
    The XYZ points corresponding to the UV corner points. Used only for output purposes.
voidSetUVExtents (UVOutline value)
    Set method for attribute "UVExtents"
    The UV parameters of the two corner points of the surface.

Method Detail

GetXYZExtents

/*optional*/ Outline3DGetXYZExtents ()


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



GetUVExtents/SetUVExtents

UVOutlineGetUVExtents ()
voidSetUVExtents (UVOutline value)


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