WireframeBuilder Members

The WireframeBuilder type exposes the following members.

Constructors

  NameDescription
Public methodWireframeBuilder
Default constructor.

Methods

  NameDescription
Public methodAddCurve
Add a curve to the shape representation stored in this WireframeBuilder.
Public methodAddPoint
Add a point to the shape representation stored in this WireframeBuilder.
Public methodDispose (Inherited from ShapeBuilder.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReset
Clears the accumulated geometry.
Public methodToString (Inherited from Object.)
Public methodStatic memberValidateCurve
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().
Public methodStatic memberValidatePoint
Validates the point object to be added to the wireframe shape being constructed. Used by AddPoint() to validate input.

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ShapeBuilder.)

See Also