PolycurveGeometryBuilder Methods

The PolycurveGeometryBuilder type exposes the following members.

Methods
  NameDescription
Public methodAppend(Arc)
Appends an arc to the geometry list
Public methodAppend(LineSegment)
Appends a line segment to the geometry list
Public methodAppend(Polycurve)
Appends another polycurve to the geometry list
Public methodAppendArc
Appends an arc using three points. The first point is taken as the last point of the last element of the polycurve.
Public methodAppendSegment
Appends an line segment. The first point is taken as the last point of the last element of the polycurve.
Public methodAppendTangentArc
Appends an arc tangent to the last curve of the curve list.
Public methodAppendTangentSegment
Appends a line segment of the given length tangent to the last curve of the list.
Public methodGetPolycurve
Gets the final geometry after all the modifications made by the builder
Public methodPrepend(Arc)
Prepends an arc to the geometry list
Public methodPrepend(LineSegment)
Prepends a line segment to the geometry list
Public methodPrependArc
Prepends an arc using three points. The last point is taken as the start point of the first element of the polycurve.
Public methodPrependSegment
Prepends an line segment. The last point is taken as the start point of the first element of the polycurve.
Public methodPrependTangentArc
Prepends an arc tangent to the first curve of the curve list.
Public methodPrependTangentSegment
Prepends a line segment of the given length tangent to the first curve of the list.
Public methodReplace(Int32, Arc)
Replaces the geometry at a given index
Public methodReplace(Int32, LineSegment)
Replaces the geometry at a given index
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next