Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IPointBase

Last update: 16.07.2025

Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.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 IPointBase : IObject, ILinkContainer, IOwned, IHasID, IEventProvider

Implements

IObject, ILinkContainer, IOwned, IHasID, IEventProvider

Extension Methods

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

Properties

Value

Gets the value.

Vector Value { get; }

Property Value

Vector

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