Class Polyline

Polyline class

Provides intermediate Drawable representation in form of segmented line

public class Polyline : IgesDrawableBase

Constructors

NameDescription
Polyline(IDrawableProperties, Point3D[])Creates new Miltisegment line geometric representation from geometry points and non-geometry properties

Properties

NameDescription
AllPoints { get; }Array of all points defining geometry
Childs { get; }
EntityUID { get; set; }
Id { get; }
Properties { get; }Non-geometric properties for geometry

Methods

NameDescription
override GetNewPropsDrawable(IDrawableProperties)Creates a new drawable using geometry of current drawable and provided non-geometric properties
override GetTransformedDrawable(Point3D[])Creates a new drawable using provided points and non-geometric properties of current drawable

See Also