Library | Package Java Toolkit

Interface CompositeCurveDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a composite curve, consisting of two or more curve elements joined to forma single curve.
Direct Known Subclasses:
WCompositeCurveDescriptor



Method Summary
CurveDescriptorsGetElements ()
    Get method for attribute "Elements"
    The geometry of the component curves.
voidSetElements (CurveDescriptors value)
    Set method for attribute "Elements"
    The geometry of the component curves.

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

Method Detail

GetElements/SetElements

CurveDescriptorsGetElements ()
voidSetElements (CurveDescriptors value)


    The geometry of the component curves.