Interface IPointBase
Last update: 16.07.2025Namespace: 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
Properties
Value
Gets the value.
Vector Value { get; }
Property Value
Vector
X
Gets the X point.
double X { get; }
Property Value
Y
Gets the Y point.
double Y { get; }
Property Value
Z
Gets the Z point.
double Z { get; }