Click or drag to resize

Unroller Methods

The Unroller type exposes the following members.

Methods
  NameDescription
Public methodAddFollowingGeometry(Curve)
Adds a curve that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(IEnumerableCurve)
Adds curves that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(IEnumerablePoint3d)
Adds points that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(IEnumerableTextDot)
Adds text dots that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(Point)
Adds a point that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(Point3d)
Adds a point that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(TextDot)
Adds a text dot that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(IEnumerablePoint3d, IEnumerableString)
Adds text dots that should be unrolled along with the surface/brep.
Public methodAddFollowingGeometry(Point3d, String)
Adds a text dot that should be unrolled along with the surface/brep.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFollowingGeometryIndex(Curve)
Given an unrolled curve, returns the index of the source, or following curve.
Public methodFollowingGeometryIndex(TextDot)
Given an unrolled text dot, returns the index of the source, or following text dot.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerformUnroll(ListBrep)
Executes unrolling operations.
Public methodPerformUnroll(Curve, Point3d, TextDot)
Executes unrolling operations.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also