Class PolygonArcSegment
Polygon Arc Segment
Implements
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class PolygonArcSegment : PolygonSegment, IPolygonSegment
Constructors
View SourcePolygonArcSegment(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 SourcePolygonSegmentType
PolygonSegmentTypes.Arc
Declaration
public static PolygonSegmentTypes PolygonSegmentType
Field Value
Type | Description |
---|---|
PolygonSegmentTypes |
Properties
View SourceCentre
Centre on circumference to start arc
Declaration
public Point3d Centre { get; }
Property Value
Type | Description |
---|---|
Point3d |
PolygonArcSegmentDirection
Direction in which to draw arc
Declaration
public PolygonArcSegmentDirections PolygonArcSegmentDirection { get; }
Property Value
Type | Description |
---|---|
PolygonArcSegmentDirections |
Start
Point on circumference to start arc
Declaration
public Point3d Start { get; }
Property Value
Type | Description |
---|---|
Point3d |