Struct SegmentProfilePoint
Represents a point of a segment profile.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public struct SegmentProfilePoint
Constructors
SegmentProfilePoint(VVector, Boolean)
Constructs a SegmentProfilePoint.
Declaration
public SegmentProfilePoint(VVector position, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| VVector | position | Position of the point. |
| System.Boolean | value | Value of the point. |
Properties
Position
The position of the point.
Declaration
public readonly VVector Position { get; }
Property Value
| Type | Description |
|---|---|
| VVector |
Value
The value of the point: true if the point is inside the segment, false otherwise.
Declaration
public readonly bool Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |