Click or drag to resize

SegmentLocation Class

A location on a trimmed MHARNESS segment.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.CablingSegmentLocation

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class SegmentLocation

The SegmentLocation type exposes the following members.

Constructors
 NameDescription
Public methodSegmentLocation(IHasTrimmedCurve, Point) Create a new SegmentLocation from a projected point
Public methodSegmentLocation(IHasTrimmedCurve, Double) Create a new SegmentLocation.
Top
Properties
 NameDescription
Public propertyParameter Gets end type represented.
Public propertyPosition Get location on the segment.
Public propertySegment Gets segment represented.
Top
Methods
 NameDescription
Public methodStatic memberCreateFromEnd Create a new SegmentLocation a distance from the end of the segment.
Public methodStatic memberCreateFromStart Create a new SegmentLocation a distance from the start of the segment.
Public methodStatic memberCreateRelative Create a new SegmentLocation at a relative location along the segment [0 - 1].
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLocation Get the location that this item acts at.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also