public Point2D(Entity2D parent) : this() { this.Parent = parent; this.Points = new List <Point3D>() { this.Sketch.RefPlane.GetPoint3D(Point) }; }
public Horizontal(Entity2D entity) : base(entity) { }
public Point2D(Entity2D parent, Point point) : this(parent) { this.Point = point; }
public Point2D(Entity2D parent) : this() { this.Parent = parent; this.Points = new List<Point3D>() { this.Sketch.RefPlane.GetPoint3D(Point) }; }
public Lock(Entity2D entity) : base(entity) { }
public Vertical(Entity2D entity) : base(entity) { }