Polyline Class

This class implements the equivalent of OdDbPolyline or a lightweight polyline. Instances of this class are used to pass lightweight polyline data through the ODA Platform vectorization framework.
Inheritance Hierarchy
SystemObject
  Teigha.GraphicsInterfacePolyline

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class Polyline

The Polyline type exposes the following members.

Constructors
  Name Description
Public method Polyline Default constructor for the Polyline class. Creates an empty polyline.
Public method Polyline(Point3dCollection, Vector3d, IntPtr) Constructor for the Polyline class. Creates a polyline from a subentity marker, collection of points, and normal to the plane where this polyline lies.
Top
Properties
  Name Description
Public property BaseSubEntMarker Property that represents subentity marker.
Public property Normal Property that represents normal vector to the plane where this polyline lies.
Public property Points Property that represents collection of points from which a polyline consists.
Top
Methods
  Name Description
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Protected method MemberwiseClone
(Inherited from Object)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.