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:
The method pfcGeomCurve::GetCurveDescriptor returns a curve’s geometry as a data object.
The method pfcGeomCurve::GetNURBSRepresentation returns a Non-Uniform Rational B-Spline Representation of a curve.
* 
Use the method pfcGeomCurve::GetCurveDescriptor to get the geometric information for an edge, access the pfcCurveDescriptor object for one edge using .
The method wfcWSolid::GetCurve returns the curve handle for the specified curve Id.
The method wfcWCurve::GetCurveData retrieves the geometric representation data for the specified curve.
Was this helpful?