Library | Package Java Toolkit

Interface ArrowDescriptor

package com.ptc.pfc.pfcGeometry;

public interface ArrowDescriptor
  extends com.ptc.pfc.pfcGeometry.CurveDescriptor



Description

A data object representing the geometry of an arrow entity.



Method Summary
Point3DGetEnd1 ()
    Get method for attribute "End1"
    The first end of the arrow
Point3DGetEnd2 ()
    Get method for attribute "End2"
    The second end of the arrow
voidSetEnd1 (Point3D value)
    Set method for attribute "End1"
    The first end of the arrow
voidSetEnd2 (Point3D value)
    Set method for attribute "End2"
    The second end of the arrow

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor
GetCurveType

Method Detail

GetEnd1/SetEnd1

Point3DGetEnd1 ()
voidSetEnd1 (Point3D value)


    The first end of the arrow



GetEnd2/SetEnd2

Point3DGetEnd2 ()
voidSetEnd2 (Point3D value)


    The second end of the arrow