Click or drag to resize
GeCurveSegmentCollection Class
Represents a collection of curve segments.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIGeCurveSegment
    FDF.CommonFdfQueryableListIGeCurveSegment
      FDF.Common.GeometriesGeCurveSegmentCollection

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class GeCurveSegmentCollection : FdfQueryableList<IGeCurveSegment>, 
	IFdfLocalizable, IGeEquitable<GeCurveSegmentCollection>, ICloneable

The GeCurveSegmentCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodContains
Public methodEquals(GeCurveSegmentCollection)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(GeCurveSegmentCollection, GeDimensionality, GeLength, GeSpatialComparision)
Indicates whether the current object is equal to another object of the same type.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsPlanar
Returns True if all curve segments lie in the same plane, including resulting plane, otherwise returns False.
Public methodReverseCurves
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Remarks