HatchAppendLoop(HatchLoopTypes, Curve2dCollection, IntegerCollection) Method

Appends a loop to this hatch entity.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void AppendLoop(
        HatchLoopTypes loopType,
        Curve2dCollection edgePtrCollection,
        IntegerCollection edgeTypeCollection
)

Parameters

loopType  HatchLoopTypes
[in] Type of loop to append.
edgePtrCollection  Curve2dCollection
[in] The edges that comprise this loop.
edgeTypeCollection  IntegerCollection
[in] The edge types corresponding to the edges collection. Is not used by ODA, type is determined from classes of the objects in the 2nd parameter.
See Also

©  Bricsys NV. All rights reserved.