API Documentation > Interfaces > Interface Cylinder
Interface Cylinder

package com.ptc.pfc.pfcGeometry;

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


Description
A Creo Parametric surface with cylindrical geometry.
Direct Known Subclasses:
Method Summary
double
Get method for attribute "Radius"
The radius of the cylinder
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 Detail
GetRadius
double
GetRadius
()
The radius of the cylinder
Was this helpful?