CADability dotNET

The HatchStyleContour type exposes the following members.

Constructors

  NameDescription
Public methodHatchStyleContour()()()()
Protected methodHatchStyleContour(SerializationInfo, StreamingContext)
Constructor required by deserialization

Methods

  NameDescription
Public methodClone (Overrides HatchStyle..::..Clone()()()().)
Public methodGenerateContent
This method is used by a Hatch object to calculate its contents. It generates a set of parallel lines according to LineDistance and [!:LineAngle] and clips them with the given shape. The lines are projected into the 3D world by the given plane.
(Overrides HatchStyle..::..GenerateContent(CompoundShape, Plane).)
Public methodGetShowProperty (Overrides HatchStyle..::..GetShowProperty()()()().)
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)

Properties

  NameDescription
Public propertyColorDef
Gets or sets the color of the lines of this hatch style
Public propertyCounterClock
Gets or sets the direction of the curves
Public propertyFirstDistance
Gets or sets the distance to the out bounds of the area to be filled.
Public propertyHoleMode
Gets or sets the mode how to proceed with holes inside the area to be filled
Public propertyInbound
Gets or sets the order of the curves: true from the outside to the inside, false from inside to outside
Public propertyLineDistance
Gets or stes the line distance. This is the distance between adjacent contours.
Public propertySpiralMode
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Explicit Interface Implementations

See Also