Library | Package Java Toolkit

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.



Method Summary
Point3DGetEnd1 ()
    Get method for attribute "End1"
    The first endpoint
Point3DGetEnd2 ()
    Get method for attribute "End2"
    The second endpoint
voidSetEnd1 (Point3D value)
    Set method for attribute "End1"
    The first endpoint
voidSetEnd2 (Point3D value)
    Set method for attribute "End2"
    The second endpoint

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

Method Detail

GetEnd1/SetEnd1

Point3DGetEnd1 ()
voidSetEnd1 (Point3D value)


    The first endpoint



GetEnd2/SetEnd2

Point3DGetEnd2 ()
voidSetEnd2 (Point3D value)


    The second endpoint