Library | Package Java Toolkit

Interface PointDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a point.



Method Summary
Point3DGetPoint ()
    Get method for attribute "Point"
    The point coordinates
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The point coordinates

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

Method Detail

GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The point coordinates