Show / Hide Table of Contents

Class PolygonArcSegment

Polygon Arc Segment

Inheritance
System.Object
PolygonSegment
PolygonArcSegment
Implements
IPolygonSegment
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class PolygonArcSegment : PolygonSegment, IPolygonSegment

Constructors

View Source

PolygonArcSegment(Point3d, Point3d, PolygonArcSegmentDirections)

Construct an arc in the polugon chain

Declaration
public PolygonArcSegment(Point3d centre, Point3d start, PolygonArcSegmentDirections polygonArcSegmentDirection)
Parameters
Type Name Description
Point3d centre

Centre of arc

Point3d start

Point on arc circumference to draw arc from

PolygonArcSegmentDirections polygonArcSegmentDirection

Direction of on which to draw arc

Remarks

Next point (in collection) must be on the circumference of the arc

Fields

View Source

PolygonSegmentType

PolygonSegmentTypes.Arc

Declaration
public static PolygonSegmentTypes PolygonSegmentType
Field Value
Type Description
PolygonSegmentTypes

Properties

View Source

Centre

Centre on circumference to start arc

Declaration
public Point3d Centre { get; }
Property Value
Type Description
Point3d
View Source

PolygonArcSegmentDirection

Direction in which to draw arc

Declaration
public PolygonArcSegmentDirections PolygonArcSegmentDirection { get; }
Property Value
Type Description
PolygonArcSegmentDirections
View Source

Start

Point on circumference to start arc

Declaration
public Point3d Start { get; }
Property Value
Type Description
Point3d

Implements

IPolygonSegment
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited