Library | Package Java Toolkit

Interface BSplinePoint

package com.ptc.pfc.pfcGeometry;

public interface BSplinePoint
  extends jxobject



Description

This class defines a B-spline point.



Method Summary
Point3DGetPoint ()
    Get method for attribute "Point"
    The control point
/*optional*/ DoubleGetWeight ()
    Get method for attribute "Weight"
    The weight
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The control point
voidSetWeight ( /*optional*/ Double value)
    Set method for attribute "Weight"
    The weight

Method Detail

GetWeight/SetWeight

/*optional*/ DoubleGetWeight ()
voidSetWeight ( /*optional*/ Double value)


    The weight



GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The control point