2022 Members
Changes 4
M

FillGrid

Name Return Type Description Inherited From
M CalculateLengthPerArea() double Calculates length of the pattern per unit area.
M CalculateLinesPerLength() double Calculates the number of solid lines of the pattern per unit length.
M CalculateStrokesPerArea() double Calculates the number of the segments of the pattern per unit area.
M Dispose() None Releases all resources used by the FillGrid
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetHatchingDirection() UV Provides the hatching propagation. Hatching is inverted.
M GetPointLineZone(UV) int Gets the index of fill grid line closest to the input 2d point.
M GetPointLineZone(UV, UV.) int Gets the index of fill grid line and the point on the grid line nearest to the input point.
M GetSegmentDirection() UV Provides the segment direction.
M GetSegments() The segments. Gets the segments of the fill grid.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsEqual(FillGrid) bool Check if two fill grids are equal.
M SetSegments(IList<Double>) None Sets the segments to the fill grid.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Angle double Gets and sets the angle of the fill grid.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Offset double Gets and sets the offset of the fill grid.
P Origin UV Gets and sets the origin of the fill grid.
P Shift double Gets and sets the shift of the fill grid.