C# Class SolidworksAddinFramework.RefPlaneExtensions

Mostrar archivo Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
Normal ( this plane, IMathUtility math ) : double[]
Origin ( this plane, IMathUtility math ) : double[]
PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool
PlaneOriginAndNormalEquals ( this p, IMathUtility math, double origin, double normal, double tol ) : bool
PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool

Method Details

Normal() public static method

public static Normal ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
return double[]

Origin() public static method

public static Origin ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
return double[]

PlaneNormalEquals() public static method

public static PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool
p this
mathUtility IMathUtility
normal double
tol double
return bool

PlaneOriginAndNormalEquals() public static method

public static PlaneOriginAndNormalEquals ( this p, IMathUtility math, double origin, double normal, double tol ) : bool
p this
math IMathUtility
origin double
normal double
tol double
return bool

PlaneOriginEquals() public static method

public static PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool
p this
mathUtility IMathUtility
origin double
tol double
return bool