Show / Hide Table of Contents

Class PolygonLineSegment

Polygon Line Segment

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

Constructors

View Source

PolygonLineSegment(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 Source

PolygonSegmentType

PolygonSegmentTypes.Line

Declaration
public static PolygonSegmentTypes PolygonSegmentType
Field Value
Type Description
PolygonSegmentTypes

Properties

View Source

Start

First point to line segment

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