Autodesk.AutoCAD.Geometry Namespace > ExternalCurve2d Class
ExternalCurve2d Class
Description

 

This .NET class wraps the AcGeExternalCurve2d ObjectARX class. 

 

ExternalCurve2d class is a representation for a 2D curve geometry that has its definition external to GeLib. Since ExternalCurve2d is a Curve2d, these external entities can be treated as any other GeLib 2D curves. Certain external curve points sets may have corresponding native representations in GeLib. In such cases, it is possible to obtain such GeLib representations. However, the curve definitions of native GeLib curves would differ from the definition of external entities. An example of such a difference is differing curve parameterizations. A typical example of a use of ExternalCurve2d would be to represent a ShapeManager pcurve

Class Hierarchy
Visual Basic
Public sealed Class ExternalCurve2d
Inherits Curve2d
C#
public sealed class ExternalCurve2d : Curve2d;
Links
   Comments?