FillGrid Members


The FillGrid type exposes the following members.

Constructors

  NameDescription
Public methodFillGrid
Creates a simple fill grid.
Public methodFillGrid(FillGrid)
Constructs a new FillGrid with default settings.
Public methodFillGrid(Double, Double)
Creates a simple fill grid with given angle and offset.

Methods

  NameDescription
Public methodCalculateLengthPerArea
Calculates length of the pattern per unit area.
Public methodCalculateLinesPerLength
Calculates the number of solid lines of the pattern per unit length.
Public methodCalculateStrokesPerArea
Calculates the number of the segments of the pattern per unit area.
Public methodDispose
Releases all resources used by the FillGrid
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHatchingDirection
Provides the hatching propagation. Hatching is inverted.
Public methodGetPointLineZone(UV)
Gets the index of fill grid line closest to the input 2d point.
Public methodGetPointLineZone(UV, UV)
Gets the index of fill grid line and the point on the grid line nearest to the input point.
Public methodGetSegmentDirection
Provides the segment direction.
Public methodGetSegments
Gets the segments of the fill grid.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Check if two fill grids are equal.
Public methodSetSegments
Sets the segments to the fill grid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAngle
Gets and sets the angle of the fill grid.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyOffset
Gets and sets the offset of the fill grid.
Public propertyOrigin
Gets and sets the origin of the fill grid.
Public propertyShift
Gets and sets the shift of the fill grid.

See Also