C# Класс SolidworksAddinFramework.RefPlaneExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Normal() публичный статический Метод

public static Normal ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
Результат double[]

Origin() публичный статический Метод

public static Origin ( this plane, IMathUtility math ) : double[]
plane this
math IMathUtility
Результат double[]

PlaneNormalEquals() публичный статический Метод

public static PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool
p this
mathUtility IMathUtility
normal double
tol double
Результат bool

PlaneOriginAndNormalEquals() публичный статический Метод

public static PlaneOriginAndNormalEquals ( this p, IMathUtility math, double origin, double normal, double tol ) : bool
p this
math IMathUtility
origin double
normal double
tol double
Результат bool

PlaneOriginEquals() публичный статический Метод

public static PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool
p this
mathUtility IMathUtility
origin double
tol double
Результат bool