Represents curve Geometry for Pipe, which is an arc in x,y plane. The z-value of points on the curve is calculated by interpolating the z-value along the arc based on the starting and ending points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public class PipeCurveGeometry : DisposableWrapper
Visual Basic
Public Class PipeCurveGeometry _
	Inherits DisposableWrapper
Visual C++
public ref class PipeCurveGeometry : public DisposableWrapper

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices..::..PipeCurveGeometry

See Also