Class Polygon

Polygon class

public class Polygon : IgesDrawableBase

Constructors

NameDescription
Polygon(IDrawableProperties, Point3D[])

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