C# 클래스 SolidworksAddinFramework.RefPlaneExtensions

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
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