Autodesk.AutoCAD.DatabaseServices Namespace > G2SmoothConstraint Class
G2SmoothConstraint Class   
Description

This class represents a G2Smooth composite constraint node in the owning Assoc2dConstraintGroup. 

It can be applied between a constrained bounded spline and other constrained bounded curve. It is a combination of AcTangentConstraint and AcEqualCurvatureConstraint.

Class Hierarchy
Visual Basic
Public Class G2SmoothConstraint
Inherits CompositeConstraint
C#
public class G2SmoothConstraint : CompositeConstraint;
   Comments?