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
:
GetCurveType
Method Summary
Point3D
GetEnd1
()
Get method for attribute "End1"
The first endpoint
Point3D
GetEnd2
()
Get method for attribute "End2"
The second endpoint
void
SetEnd1
(
Point3D
value)
Set method for attribute "End1"
The first endpoint
void
SetEnd2
(
Point3D
value)
Set method for attribute "End2"
The second endpoint
Method Detail
GetEnd1
Point3D
GetEnd1
()
SetEnd1
void
SetEnd1
(
Point3D
value)
The first endpoint
GetEnd2
Point3D
GetEnd2
()
SetEnd2
void
SetEnd2
(
Point3D
value)
The second endpoint
Was this helpful?
This site works best with JavaScript enabled