Class PolygonLineSegment
Polygon Line Segment
Implements
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class PolygonLineSegment : PolygonSegment, IPolygonSegment
Constructors
View SourcePolygonLineSegment(Point3d)
Construct an line in the polugon chain
Declaration
public PolygonLineSegment(Point3d start)
Parameters
Type | Name | Description |
---|---|---|
Point3d | start | Point to start line from |
Fields
View SourcePolygonSegmentType
PolygonSegmentTypes.Line
Declaration
public static PolygonSegmentTypes PolygonSegmentType
Field Value
Type | Description |
---|---|
PolygonSegmentTypes |
Properties
View SourceStart
First point to line segment
Declaration
public Point3d Start { get; }
Property Value
Type | Description |
---|---|
Point3d |