API Documentation > Interfaces > Interface CompositeCurveDescriptor
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:
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor :
Method Summary
Get method for attribute "Elements"
The geometry of the component curves.
void
Set method for attribute "Elements"
The geometry of the component curves.
Method Detail
GetElements
GetElements
()
SetElements
void
SetElements
The geometry of the component curves.
Was this helpful?