|
M
AddCurve(Curve)
|
None
|
Add a curve to the shape representation stored in this WireframeBuilder.
|
|
|
M
AddPoint(Point)
|
None
|
Add a point to the shape representation stored in this WireframeBuilder.
|
|
|
M
Dispose()
|
None
|
(Inherited from ShapeBuilder )
|
ShapeBuilder
|
|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object )
|
Object
|
|
M
Reset()
|
None
|
Clears the accumulated geometry.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object )
|
Object
|
|
M
ValidateCurve(Curve)
|
Boolean
|
Validates curve to be added to the wireframe shape being constructed. Used by addCurve to validate input.
This function may be used to pre-validate the geometry being added to avoid an exception from AddCurve().
|
|
|
M
ValidatePoint(Point)
|
Boolean
|
Validates the point object to be added to the wireframe shape being constructed. Used by AddPoint() to validate input.
|
|