    

 ## On this page

  

 

 # Interface IPointBase

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IPointBase

```

## Properties

### IsParameterized

```csharp
bool IsParameterized { get; }

```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### Value

```csharp
Vector Value { get; }

```

#### Property Value

[Vector](VM.Vector.md)

### X

Gets the X point.

```csharp
double X { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### Y

Gets the Y point.

```csharp
double Y { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### Z

Gets the Z point.

```csharp
double Z { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

## Methods

### IsParametric(ReferenceTypes)

```csharp
bool IsParametric(ReferenceTypes type)

```

#### Parameters

`type` [ReferenceTypes](VM.ReferenceTypes.md)

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)