C# Class SolidworksAddinFramework.Geometry.PointDirection3

Mostra file Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Public Properties

Property Type Description
Direction System.Vector3
Point System.Vector3
UnitX PointDirection3
UnitY PointDirection3
UnitZ PointDirection3

Public Methods

Method 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

Method Description
ApplyTransform ( Matrix4x4 matrix ) : PointDirection3

Method Details

GLVertex3AndNormal3() public method

public GLVertex3AndNormal3 ( ) : void
return void

IsAbovePlane() public method

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
return bool

PointDirection3() public method

public PointDirection3 ( System.Vector3 point, System.Vector3 direction ) : System
point System.Vector3
direction System.Vector3
return System

ProjectOnEdge() public method

public ProjectOnEdge ( System.Vector3 point ) : System.Vector3
point System.Vector3
return System.Vector3

ProjectOnPlane() public method

Project a point onto this plane
public ProjectOnPlane ( System.Vector3 q ) : System.Vector3
q System.Vector3
return System.Vector3

Property Details

Direction public_oe property

public Vector3,System Direction
return System.Vector3

Point public_oe property

public Vector3,System Point
return System.Vector3

UnitX public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitX
return PointDirection3

UnitY public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitY
return PointDirection3

UnitZ public_oe static_oe property

public static PointDirection3,SolidworksAddinFramework.Geometry UnitZ
return PointDirection3