Interface IVertexPosition<TVector>
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexPosition<TVector> : IVertex where TVector : struct
Type Parameters
| Name | Description |
|---|---|
| TVector |
Properties
| Improve this Doc View SourcePosition
Declaration
TVector Position { get; set; }
Property Value
| Type | Description |
|---|---|
| TVector |
Methods
| Improve this Doc View SourceClone()
Declaration
IVertexPosition<TVector> Clone()
Returns
| Type | Description |
|---|---|
| IVertexPosition<TVector> |