Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface ISymmetricManager

Last update: 16.07.2025

Namespace: VM.Managed.Symmetric
Assembly: VMAppCore.dll

This interface is to represent the symmetric manager.

public interface ISymmetricManager

Extension Methods

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

Properties

Left

Gets the left object of symmetric.

ObjectBase Left { get; }

Property Value

ObjectBase

NonSymmetric

Gets or sets a value indicating whether [non symmetric].

bool NonSymmetric { get; set; }

Property Value

bool

Original

Gets the original object of symmetric.

ObjectBase Original { get; }

Property Value

ObjectBase

Gets the right object of symmetric.

ObjectBase Right { get; }

Property Value

ObjectBase

SymType

Gets or sets the type of symmetric.

SymmetricType SymType { get; set; }

Property Value

SymmetricType

Methods

UpdateSymmetric()

Updates the symmetric objects.

void UpdateSymmetric()

Connect with Ansys