API Documentation > Interfaces > Interface Polygon
Interface Polygon

package com.ptc.pfc.pfcGeometry;

public interface
Polygon
extends
com.ptc.pfc.pfcGeometry.Curve


Description
This class defines a polygon.
Direct Known Subclasses:
Method Summary
Get method for attribute "Vertices"
The vertices of the polygon
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve :
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 :
Method Detail
GetVertices
GetVertices
()
The vertices of the polygon
Was this helpful?