All Frameworks  Class Hierarchy  This Framework  Indexes

SPAcstr Global Function api_edge_to_spline


outcome api_edge_to_spline(EDGE* e1,
EDGE*& e2,
AcisOptions* ao= NULL )
Creates a spline edge using a given edge.

Role: This API creates an edge whose underlying geometry is a spline curve (that is, an intcurve) using the geometry underlying the given edge. It first creates an intcurve from the geometry of the given edge. It then uses the new intcurve to create a new spline edge. The direction of the new edge is the same as given edge. If the argument for the new spline edge is a NULL reference, the existing edge is converted to a spline edge.

Effect: Changes model

Journal: Available

Parameters:
e1
given edge.
e2
new spline edge.
ao
acis options.

See also:
api_convert_to_spline

This object is included in the file: cstrapi.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.