Library | Package Java Toolkit

Interface TransformedSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

public interface TransformedSurfaceDescriptor
  extends com.ptc.pfc.pfcGeometry.SurfaceDescriptor



Description

A data object representing a the geometry of a surface with a defined origin and unit vectors.
Direct Known Subclasses:
PlaneDescriptor, CylinderDescriptor, ConeDescriptor, TorusDescriptor, RevolvedSurfaceDescriptor, RuledSurfaceDescriptor, TabulatedCylinderDescriptor, CylindricalSplineSurfaceDescriptor, SphericalSplineSurfaceDescriptor, ForeignSurfaceDescriptor



Method Summary
Transform3DGetCoordSys ()
    Get method for attribute "CoordSys"
    The origin and unit vectors of the surface object
voidSetCoordSys (Transform3D value)
    Set method for attribute "CoordSys"
    The origin and unit vectors of the surface object

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor
GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation

Method Detail

GetCoordSys/SetCoordSys

Transform3DGetCoordSys ()
voidSetCoordSys (Transform3D value)


    The origin and unit vectors of the surface object