C# Class SolidworksAddinFramework.Geometry.PlanePolygon

Show file Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
OrientationClosed ( this polygon, Vector3 up ) : bool

Assumes that polygon is closed, ie first and last points are the same

Method Details

OrientationClosed() public static method

Assumes that polygon is closed, ie first and last points are the same
public static OrientationClosed ( this polygon, Vector3 up ) : bool
polygon this
up Vector3
return bool