Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IPoint

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This interface is to represent the get position information of Design Point and Design Frame. Design point and Design frame are casting as IPoint.

public interface IPoint : IDesignParameter

Implements

IDesignParameter

Extension Methods

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

Properties

Position

Gets the position.

VectorBase Position { get; }

Property Value

VectorBase

X

Gets the X point.

double X { get; }

Property Value

double

Y

Gets the Y point.

double Y { get; }

Property Value

double

Z

Gets the Z point.

double Z { get; }

Property Value

double

Connect with Ansys