API Documentation > Interfaces > Interface Arrow
Interface Arrow

package com.ptc.pfc.pfcGeometry;

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


Description
This class defines an arrow.
Direct Known Subclasses:
User Guide References:
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 Summary
Get method for attribute "End1"
The first end of the arrow
Get method for attribute "End2"
The second end of the arrow
Method Detail
GetEnd1
GetEnd1
()
The first end of the arrow
GetEnd2
GetEnd2
()
The second end of the arrow
Was this helpful?