Class Node
public class Node : IdEntity
- Inheritance
-
Node
- Inherited Members
Properties
X
public double X { get; }
Property Value
Y
public double Y { get; }
Property Value
Z
public double Z { get; }
public class Node : IdEntity
public double X { get; }
public double Y { get; }
public double Z { get; }