C# Класс SolidworksAddinFramework.OpenGl.Transformable

A simple class for accumulating transforms
Показать файл Открыть проект

Открытые методы

Метод Описание
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