API Documentation > Interfaces > Interface SplinePoint
Interface SplinePoint

package com.ptc.pfc.pfcGeometry;

public interface
SplinePoint
extends
jxobject


Description
This class defines a spline point.
Method Summary
double
Get method for attribute "Parameter"
The parameter
Get method for attribute "Point"
The three-dimensional point
Get method for attribute "Tangent"
The tangent
void
SetParameter (double value)
Set method for attribute "Parameter"
The parameter
void
Set method for attribute "Point"
The three-dimensional point
void
Set method for attribute "Tangent"
The tangent
Method Detail
GetParameter
double
GetParameter
()
SetParameter
void
SetParameter
(double value)
The parameter
GetPoint
GetPoint
()
SetPoint
void
SetPoint
(Point3D value)
The three-dimensional point
GetTangent
GetTangent
()
SetTangent
void
SetTangent
(Vector3D value)
The tangent
Was this helpful?