Curve Descriptors
A curve descriptor is a data object that describes the geometry of a curve or edge. A curve descriptor describes the geometry of a curve without being a part of a specific model.
Methods Introduced:
* 
To get geometric information for an edge, access the pfcCurveDescriptor object for one edge using pfcGeomCurve.GetCurveDescriptor().
The method pfcGeomCurve.GetCurveDescriptor() returns the geometry for a curve as a data object.
The method pfcGeomCurve.GetNURBSRepresentation() returns a Non-Uniform Rational B-Spline Representation of a curve.
Was this helpful?