C# 클래스 SolidworksAddinFramework.Geometry.PlanePolygon

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
OrientationClosed ( this polygon, Vector3 up ) : bool

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

메소드 상세

OrientationClosed() 공개 정적인 메소드

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
리턴 bool