Click or drag to resize

Polyline3dExtension Class

Provides extension methods for the Polyline3d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPolyline3dExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Polyline3dExtension

The Polyline3dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetOrthoProjectedPolyline
Creates a new Polyline which is the result of the orthogonal projection of the Polyline3d on the specified plane.
Public methodStatic memberGetProjectedPolyline
Creates a new Polyline which is the result of the projection of the Polyline3d on the specified plane in the specified direction.
Top
See Also