HatchBoundaryPath Constructor
|
Initializes a new instance of the Hatch class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchBoundaryPath(
IEnumerable<EntityObject> edges
)
Public Sub New (
edges As IEnumerable(Of EntityObject)
)
public:
HatchBoundaryPath(
IEnumerable<EntityObject^>^ edges
)
new :
edges : IEnumerable<EntityObject> -> HatchBoundaryPath
CONSTRUCTOR(
edges AS IEnumerable<EntityObject>
)
Parameters
- edges
- Type: System.Collections.GenericIEnumerableEntityObject
List of entities that makes a loop for the hatch boundary paths.
See Also