Class Scene.Shape.Point
Represents a single point of an object's shape.
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Shape.Point : IEquatable<Scene.Shape.Point>
Constructors
| Name | Description |
|---|---|
| Point(UnitType, string) | |
| Point(double, double, double, bool, bool) | Constructs instance of Point. |
Fields
| Name | Description |
|---|---|
| IsArc | Indicates whether the point is a mid point of an arc. |
| IsSelected | Indicates whether the point is selected by the user. |
| X | |
| Y | |
| Z |
Methods
| Name | Description |
|---|---|
| Equals(Point) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
| ToString(UnitType) | Returns the string representation of the point. |
Operators
| Name | Description |
|---|---|
| operator ==(Point, Point) | Determines whether two specified instances have the same value. |
| operator !=(Point, Point) | Determines whether two specified instances have different values. |