C# 클래스 SolidworksAddinFramework.Geometry.TriangleWithNormals

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

공개 프로퍼티들

프로퍼티 타입 설명
A PointDirection3
B PointDirection3
C PointDirection3

공개 메소드들

메소드 설명
GLVertexAndNormal ( ) : void
TriangleWithNormals ( PointDirection3 a, PointDirection3 b, PointDirection3 c ) : System.DoubleNumerics
TriangleWithNormals ( Vector3 a, Vector3 b, Vector3 c ) : System.DoubleNumerics

비공개 메소드들

메소드 설명
ApplyTransform ( Matrix4x4 matrix ) : TriangleWithNormals

메소드 상세

GLVertexAndNormal() 공개 메소드

public GLVertexAndNormal ( ) : void
리턴 void

TriangleWithNormals() 공개 메소드

public TriangleWithNormals ( PointDirection3 a, PointDirection3 b, PointDirection3 c ) : System.DoubleNumerics
a PointDirection3
b PointDirection3
c PointDirection3
리턴 System.DoubleNumerics

TriangleWithNormals() 공개 메소드

public TriangleWithNormals ( Vector3 a, Vector3 b, Vector3 c ) : System.DoubleNumerics
a Vector3
b Vector3
c Vector3
리턴 System.DoubleNumerics

프로퍼티 상세

A 공개적으로 프로퍼티

public PointDirection3,SolidworksAddinFramework.Geometry A
리턴 PointDirection3

B 공개적으로 프로퍼티

public PointDirection3,SolidworksAddinFramework.Geometry B
리턴 PointDirection3

C 공개적으로 프로퍼티

public PointDirection3,SolidworksAddinFramework.Geometry C
리턴 PointDirection3