Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface ITransformable

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This interface is to represent the transformable object.

public interface ITransformable

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Methods

CanBeTransformed(QueryTransform)

Determines whether this instance [can be transformed] the specified query.

void CanBeTransformed(QueryTransform query)

Parameters

query QueryTransform

The trnasform query.

Transform(TMatrix)

Transforms the geometry through specified matrix.

void Transform(TMatrix matT)

Parameters

matT TMatrix

The matrix.

Connect with Ansys