Functions
Generate_Polyline_From_Geometry

Functions

HC_KEY Generate_Polyline_From_Geometry (HC_KEY geom_key, const char *options)
 Generates a polyline based on a specified curve. More...
 

Detailed Description

Function Documentation

HC_KEY Generate_Polyline_From_Geometry ( HC_KEY  geom_key,
const char *  options 
)

Generates a polyline based on a specified curve.

Parameters
geom_key- Key to a particular curve. Valid curves include circles, circular chords, circular wedges, circular arcs, ellipses, elliptical arcs, and NURBS curves.
options- Tesselation options.
Returns
The key to the generated polyline

DETAILS

Valid choices for options include:

  • [no] maximum deviation [= xxx]

    Distance, in object space, of the tessellation to the parametric definition of the curve.

See also
Insert_Polyline, Edit_Polyline, Insert_Circle, Insert_Circular_Arc, Insert_Ellipse, Insert_Elliptical_Arc, Insert_NURBS_Curve