Class Scene.Selection_.Outline.Segment
Represents an outline segment.
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Selection_.Outline.Segment : IEquatable<Scene.Selection_.Outline.Segment>
  Constructors
| Name | Description | 
|---|---|
| Segment(Point, Point) | Constructs a segment from given segment points  | 
      
| Segment(string) | Constructs a segment from given segment string.  | 
      
Properties
| Name | Description | 
|---|---|
| A | |
| B | 
Methods
| Name | Description | 
|---|---|
| Equals(Segment) | Determines whether passed instance has the same value as this one.  | 
      
| Equals(object) | Determines whether passed object has the same type and value as this one.  | 
      
| GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms.  | 
      
| ToString() | Returns a string that represents the current object.  | 
      
Operators
| Name | Description | 
|---|---|
| operator ==(Segment, Segment) | Determines whether two specified instances have the same value.  | 
      
| operator !=(Segment, Segment) | Determines whether two specified instances have different values.  |