Interface IPointBase Last update: 03.07.2024 Namespace: VM Assembly: VM.dll public interface IPointBase Properties IsParameterized bool IsParameterized { get; } Property Value bool 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 Methods IsParametric(ReferenceTypes) bool IsParametric(ReferenceTypes type) Parameters type ReferenceTypes Returns bool