Solid Edge Assembly Type Library
Add Method
Specifies the number of input ArcSegment and/or LineSegment objects. PathSegmentsCount must be at least 2.
Specifies the input ArcSegment and/or LineSegment objects with which to create the CurveSegment object. The PathSegments array must contain at least two elements.
Specifies the validity of the created CurveSegment object. Valid values are members of the CurveSegmentValidationConstants constant set.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal PathSegmentsCount As Long, _
   ByRef PathSegments() As Object, _
   ByRef Validation As CurveSegmentValidationConstants _
) As CurveSegment
Parameters
PathSegmentsCount
Specifies the number of input ArcSegment and/or LineSegment objects. PathSegmentsCount must be at least 2.
PathSegments
Specifies the input ArcSegment and/or LineSegment objects with which to create the CurveSegment object. The PathSegments array must contain at least two elements.
Validation
ValueDescription
seCurveSegmentValidation_angle
seCurveSegmentValidation_break
seCurveSegmentValidation_calculation
seCurveSegmentValidation_connectivity
seCurveSegmentValidation_duplicate_segment
seCurveSegmentValidation_empty
seCurveSegmentValidation_fork
seCurveSegmentValidation_intersection
seCurveSegmentValidation_length
seCurveSegmentValidation_loop
seCurveSegmentValidation_single_segment
seCurveSegmentValidation_status
seCurveSegmentValidation_unknown
seCurveSegmentValidation_unknown_segment
seCurveSegmentValidation_valid
Specifies the validity of the created CurveSegment object. Valid values are members of the CurveSegmentValidationConstants constant set.
See Also

CurveSegments Collection  | CurveSegments Members