Library | Package Java Toolkit

Interface Line

package com.ptc.pfc.pfcGeometry;

public interface Line
  extends com.ptc.pfc.pfcGeometry.Curve



Description

This class defines a line or curve.
Direct Known Subclasses:
WLine



Method Summary
Point3DGetEnd1 ()
    Get method for attribute "End1"
    The beginning of the line
Point3DGetEnd2 ()
    Get method for attribute "End2"
    The end of the line

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve
GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Method Detail

GetEnd1

Point3DGetEnd1 ()


    The beginning of the line



GetEnd2

Point3DGetEnd2 ()


    The end of the line