C# 클래스 SolidworksAddinFramework.OpenGl.Transformable

A simple class for accumulating transforms
파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
ApplyTransform ( Matrix4x4 transform, bool accumulate = false ) : void

Apply the transform to the base transform and optionally replace the base transform.

메소드 상세

ApplyTransform() 공개 메소드

Apply the transform to the base transform and optionally replace the base transform.
public ApplyTransform ( Matrix4x4 transform, bool accumulate = false ) : void
transform Matrix4x4
accumulate bool
리턴 void