API Documentation > Interfaces > Interface LineDescriptor
Interface LineDescriptor

package com.ptc.pfc.pfcGeometry;

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


Description
A data object representing the geometry of a line.
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor :
Method Summary
Get method for attribute "End1"
The first endpoint
Get method for attribute "End2"
The second endpoint
void
Set method for attribute "End1"
The first endpoint
void
Set method for attribute "End2"
The second endpoint
Method Detail
GetEnd1
GetEnd1
()
SetEnd1
void
SetEnd1
(Point3D value)
The first endpoint
GetEnd2
GetEnd2
()
SetEnd2
void
SetEnd2
(Point3D value)
The second endpoint
Was this helpful?