C# Class SolidworksAddinFramework.Geometry.TriangleWithNormals

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Свойство Type Description
A PointDirection3
B PointDirection3
C PointDirection3

Méthodes publiques

Méthode Description
GLVertexAndNormal ( ) : void
TriangleWithNormals ( PointDirection3 a, PointDirection3 b, PointDirection3 c ) : System.DoubleNumerics
TriangleWithNormals ( Vector3 a, Vector3 b, Vector3 c ) : System.DoubleNumerics

Private Methods

Méthode Description
ApplyTransform ( Matrix4x4 matrix ) : TriangleWithNormals

Method Details

GLVertexAndNormal() public méthode

public GLVertexAndNormal ( ) : void
Résultat void

TriangleWithNormals() public méthode

public TriangleWithNormals ( PointDirection3 a, PointDirection3 b, PointDirection3 c ) : System.DoubleNumerics
a PointDirection3
b PointDirection3
c PointDirection3
Résultat System.DoubleNumerics

TriangleWithNormals() public méthode

public TriangleWithNormals ( Vector3 a, Vector3 b, Vector3 c ) : System.DoubleNumerics
a Vector3
b Vector3
c Vector3
Résultat System.DoubleNumerics

Property Details

A public_oe property

public PointDirection3,SolidworksAddinFramework.Geometry A
Résultat PointDirection3

B public_oe property

public PointDirection3,SolidworksAddinFramework.Geometry B
Résultat PointDirection3

C public_oe property

public PointDirection3,SolidworksAddinFramework.Geometry C
Résultat PointDirection3