Library | Package Java Toolkit

Interface SurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

public interface SurfaceDescriptor
  extends jxobject



Description

A data object representing the geometry of a Creo Parametric surface.
Direct Known Subclasses:
TransformedSurfaceDescriptor, CoonsPatchDescriptor, FilletSurfaceDescriptor, SplineSurfaceDescriptor, NURBSSurfaceDescriptor, WSurfaceDescriptor



Method Summary
SurfaceExtentsGetExtents ()
    Get method for attribute "Extents"
    The minimum and maximum points on the surface
SurfaceOrientationGetOrientation ()
    Get method for attribute "Orientation"
    The orientation of the surface
SurfaceTypeGetSurfaceType ()
    This method returns the type of surface represented by a SurfaceDescriptor.
voidSetExtents (SurfaceExtents value)
    Set method for attribute "Extents"
    The minimum and maximum points on the surface
voidSetOrientation (SurfaceOrientation value)
    Set method for attribute "Orientation"
    The orientation of the surface

Method Detail

GetSurfaceType

SurfaceTypeGetSurfaceType ()


    This method returns the type of surface represented by a SurfaceDescriptor.
Returns:
The surface type.


GetExtents/SetExtents

SurfaceExtentsGetExtents ()
voidSetExtents (SurfaceExtents value)


    The minimum and maximum points on the surface



GetOrientation/SetOrientation

SurfaceOrientationGetOrientation ()
voidSetOrientation (SurfaceOrientation value)


    The orientation of the surface