C# Class SolidworksAddinFramework.RefPlaneExtensions

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Méthode 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 méthode

public static Normal ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
Résultat double[]

Origin() public static méthode

public static Origin ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
Résultat double[]

PlaneNormalEquals() public static méthode

public static PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool
p this
mathUtility IMathUtility
normal double
tol double
Résultat bool

PlaneOriginAndNormalEquals() public static méthode

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

PlaneOriginEquals() public static méthode

public static PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool
p this
mathUtility IMathUtility
origin double
tol double
Résultat bool