Library | Package Java Toolkit

Interface RuledSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing surface geometry created by linearly interpolating between corresponding points of two curves.
Direct Known Subclasses:
WRuledSurfaceDescriptor



Method Summary
CurveDescriptorGetProfile1 ()
    Get method for attribute "Profile1"
    The first curve's geometry
CurveDescriptorGetProfile2 ()
    Get method for attribute "Profile2"
    The second curve's geometry
voidSetProfile1 (CurveDescriptor value)
    Set method for attribute "Profile1"
    The first curve's geometry
voidSetProfile2 (CurveDescriptor value)
    Set method for attribute "Profile2"
    The second curve's geometry

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

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.TransformedSurfaceDescriptor
GetCoordSys, SetCoordSys

Method Detail

GetProfile1/SetProfile1

CurveDescriptorGetProfile1 ()
voidSetProfile1 (CurveDescriptor value)


    The first curve's geometry



GetProfile2/SetProfile2

CurveDescriptorGetProfile2 ()
voidSetProfile2 (CurveDescriptor value)


    The second curve's geometry