Close
Relief for ODA Team in Ukraine
Learn more
ODA Drawings SDK
API Reference
>
OdDb Classes
>
OdDbHatch Class
>
OdDbHatch Methods
>
appendLoop Method
>
OdDbHatch::appendLoop Method (OdInt32, const OdGePoint2dArray&, const OdGeDoubleArray&)
OdDbHatch::appendLoop Method (OdInt32, const OdGePoint2dArray&, const OdGeDoubleArray&)
Syntax
C++
void
appendLoop
(OdInt32
loopType
,
const
OdGePoint2dArray&
vertices
,
const
OdGeDoubleArray&
bulges
);
Description
Appends a loop onto this Hatch entity.
Parameters
Parameters
Description
loopType
[in] Type of loop being appended.
vertices
[in] The vertices that comprise this loop.
bulges
[in] The bulges corresponding to the vertices array.
Remarks
loopType is one of the following:
Name
Value
Description
kDefault
0
Not yet specified.
kExternal
1
Defined by external entities.
kPolyline
2
Defined by OdGe polyline.
kDerived
4
Derived from a picked point.
kTextbox
8
Defined by text.
kOutermost
0x10
Outermost loop.
kNotClosed
0x20
Open loop.
kSelfIntersecting
0x40
Self-intersecting loop.
kTextIsland
0x80
Text loop surrounded by an even number of loops.
kDuplicate
0x100
Duplicate loop.
Links
OdDbHatch Class
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!