C# Class SolidworksAddinFramework.Geometry.PointDirection3

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Direction System.Vector3
Point System.Vector3
UnitX PointDirection3
UnitY PointDirection3
UnitZ PointDirection3

Méthodes publiques

Méthode Description
GLVertex3AndNormal3 ( ) : void
IsAbovePlane ( System.Vector3 q ) : bool

returns true if the point is above the plane. False if the point is below or on the plane

PointDirection3 ( System.Vector3 point, System.Vector3 direction ) : System
ProjectOnEdge ( System.Vector3 point ) : System.Vector3
ProjectOnPlane ( System.Vector3 q ) : System.Vector3

Project a point onto this plane

Private Methods

Méthode Description
ApplyTransform ( Matrix4x4 matrix ) : PointDirection3

Method Details

GLVertex3AndNormal3() public méthode

public GLVertex3AndNormal3 ( ) : void
Résultat void

IsAbovePlane() public méthode

returns true if the point is above the plane. False if the point is below or on the plane
public IsAbovePlane ( System.Vector3 q ) : bool
q System.Vector3
Résultat bool

PointDirection3() public méthode

public PointDirection3 ( System.Vector3 point, System.Vector3 direction ) : System
point System.Vector3
direction System.Vector3
Résultat System

ProjectOnEdge() public méthode

public ProjectOnEdge ( System.Vector3 point ) : System.Vector3
point System.Vector3
Résultat System.Vector3

ProjectOnPlane() public méthode

Project a point onto this plane
public ProjectOnPlane ( System.Vector3 q ) : System.Vector3
q System.Vector3
Résultat System.Vector3

Property Details

Direction public_oe property

public Vector3,System Direction
Résultat System.Vector3

Point public_oe property

public Vector3,System Point
Résultat System.Vector3

UnitX public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitX
Résultat PointDirection3

UnitY public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitY
Résultat PointDirection3

UnitZ public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitZ
Résultat PointDirection3