C# 클래스 Revit.Samples.DirectionCalculation.FindSouthFacingBase

Base class for "Find South Facing..." utilities.
파일 보기 프로젝트 열기: AMEE/revit

보호된 메소드들

메소드 설명
CloseFile ( ) : void

Debugging aid.

IsSouthFacing ( XYZ direction ) : bool

Identifies if a particular direction is "south-facing". This means within a range of -45 degrees to 45 degrees to the south vector (the negative Y axis).

TransformByProjectLocation ( XYZ direction ) : XYZ

Transform a direction vector by the rotation angle of the ActiveProjectLocation.

Write ( String label, Curve curve ) : void

Debugging aid.

비공개 메소드들

메소드 설명
XYZToString ( XYZ point ) : String

Debugging aid.

메소드 상세

CloseFile() 보호된 메소드

Debugging aid.
protected CloseFile ( ) : void
리턴 void

IsSouthFacing() 보호된 메소드

Identifies if a particular direction is "south-facing". This means within a range of -45 degrees to 45 degrees to the south vector (the negative Y axis).
protected IsSouthFacing ( XYZ direction ) : bool
direction XYZ The normalized direction to test.
리턴 bool

TransformByProjectLocation() 보호된 메소드

Transform a direction vector by the rotation angle of the ActiveProjectLocation.
protected TransformByProjectLocation ( XYZ direction ) : XYZ
direction XYZ The normalized direction.
리턴 XYZ

Write() 보호된 메소드

Debugging aid.
protected Write ( String label, Curve curve ) : void
label String
curve Curve
리턴 void