Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface ISymmetricMultiBuilder

Last update: 16.07.2025

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

This interface is to represent the symmetric multi builder.

public interface ISymmetricMultiBuilder

Extension Methods

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

Methods

UpdateBuild(Builder, Builder, SymmetricType, Plane, Document)

Updates the symmetric objects.

bool UpdateBuild(Builder tool, Builder target, SymmetricType sym_type, Plane sym_plane, Document docOwner)

Parameters

tool Builder

The reference object.

target Builder

The target object.

sym_type SymmetricType

Specifies type of symmetric.

sym_plane Plane

Plane of symmetric.

docOwner Document

update document.

Returns

bool

true if success; otherwise, false.

Connect with Ansys