Click or drag to resize

ReferenceAxisManager Class

Reference Axis Manager Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerReferenceAxisManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntax
C#
public class ReferenceAxisManager : VIZCoreBase

The ReferenceAxisManager type exposes the following members.

Methods
  NameDescription
Public methodActivate(Int32)
참조축 활성화
Public methodActivate(Int32, Boolean)
참조축 활성화
Public methodClearSelection
참조축 선택 해지
Public methodCreate
참조축(절대축/기준축) 생성
Public methodCreateBy1PointAxis
1점축 생성
Public methodCreateBy2Point1Edge
2점축 생성
Public methodCreateBy3Point
3점축 생성
Public methodCreateBySurfaceNormal1Edge
법선축 생성
Public methodGetActivatedID
활성화된 참조축 ID 반환
Public methodGetDirection
선택된 참조축의 축별 방향 벡터 반환
Public methodGetPosition
참조축의 위치 반환
Public methodGetSelectedID
선택된 참조축 ID 반환
Public methodGetTransformActivated
활성화된 참조축의 Matrix 반환
Public methodGetTransformSelected
선택된 참조축의 Matrix 반환
Public methodMove
참조축 이동
Public methodReset
참조축으로 변경된 축을 절대 축 기반으로 복원
Public methodSelect
참조축 선택
Public methodSetDirection(Vector3D, Axis)
참조축 방향 설정
Public methodSetDirection(Vector3D, Vector3D, ReferenceAxisManagerPlanes)
참조축 방향 설정
Public methodTransform
축 이동/회전
Public methodTransformToActiveUserAxis
해당 좌표의 활성화된 사용자축 기준으로 좌표 반환 (월드좌표를 사용자축 기준으로 좌표 변환)
Top
See Also