Click or drag to resize
XDL

XscMeasureAzimuth Class

이 클래스는 Scene에 진북방향과의 방위각을 측정하는 객체를 구현한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSCENEXscObj
    Pixoneer.NXDL.NSCENEXscMeasureAngleBase
      Pixoneer.NXDL.NSCENEXscMeasureAzimuth
        Pixoneer.NXDL.NSCENEXscMeasureRelation

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
public class XscMeasureAzimuth : XscMeasureAngleBase

The XscMeasureAzimuth type exposes the following members.

Constructors
 NameDescription
Public methodXscMeasureAzimuth XscMeasureAzimuth 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscMeasureAzimuth(IntPtr) XscMeasureAzimuth 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Methods
 NameDescription
Public methodGetResultAzimuth 각도 측정 결과 중 방위각을 확인한다. 단위는 degree.
Public methodGetResultHDeg 3D의 경우 중점과 끝점 간의 고도 사이각을 반환한다. 단위는 degree로 "HDeg" 접두사를 붙여 도시한다.
Top
See Also