API Reference > OdGe Classes > OdGeAugPolyline3d Class
OdGeAugPolyline3d Class
OdGeAugPolyline3dOdGeAugPolyline3dOdGeAugPolyline3dOdGeAugPolyline3dOdGeAugPolyline3d
Syntax
C++
class OdGeAugPolyline3d : public OdGePolyline3d;

GeAugPolyline3d.h

This class represents mathematical entities used to support various types of spline curves in 3D space. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeAugPolyline3d constructor overload. 
 
Name 
Description 
 
Returns the approximate tolerance that was used to construct the polyline.
 
 
Returns an array of the tangents (first derivative vectors) to the curve at each control point.
 
 
Returns the second derivative vector at the specified index.
 
 
Returns an array of the second derivative vectors to the curve at each control point.
 
 
Returns the control point at the specified index.
 
 
Returns the array of control points.
 
 
Returns the vector at the specified index.
 
 
Sets the approximate tolerance to be used to construct the polyline, and returns a reference to this polyline.
 
 
Sets the second derivative vector at the specified index, and returns a reference to this curve.
 
 
Sets the control point at the specified index, and returns a reference to this curve.
 
 
Sets the vector at the specified index, and returns a reference to this curve.
 
 
Name 
Description 
 
= 
This is the assignment operator for objects of the OdGeAugPolyline3d class. Assigns the value of the second operand to the first one.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.