API Documentation > Interfaces > Interface RuledSurface
Interface RuledSurface

package com.ptc.pfc.pfcGeometry;

public interface
RuledSurface
extends
com.ptc.pfc.pfcGeometry.TransformedSurface


Description
A Creo Parametric surface created by linearly interpolating between corresponding points of two curves.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.Surface :
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.TransformedSurface :
Method Summary
Get method for attribute "Profile1"
The first curve's geometry
Get method for attribute "Profile2"
The second curve's geometry
Method Detail
GetProfile1
GetProfile1
()
The first curve's geometry
GetProfile2
GetProfile2
()
The second curve's geometry
Was this helpful?