|
Constant
|
Function
|
Description
|
|---|---|---|
|
PRO_SECSHAPE_EMPTY
|
An empty section
|
|
|
PRO_SECSHAPE_POINTS
|
Section contains only sketched datum points
|
|
|
PRO_SECSHAPE_1_OPEN_LOOP
|
Section contains a single open loop (and possibly points)
|
|
|
PRO_SECSHAPE_1_CLOSED_LOOP
|
Section contains a single closed loop (and possibly points)
|
|
|
PRO_SECSHAPE_MIXED_LOOPS
|
Section contains at least one open and one closed loop (and possibly points)
|
|
|
PRO_SECSHAPE_MULTI_OPEN_LOOPS
|
Section contains multiple open loops (and possibly points)
|
|
|
PRO_SECSHAPE_MULTI_CLOSED_LOOPS
|
Section contains multiple closed loops (and possibly points)
|
|
|
PRO_SECSHAPE_INTERSECTING
|
Section contains loops that intersect each other (and possibly points)
|
|
Note:
|
Use geometry entities and not construction entities to define section shapes that are then used to create solid or surface geometry. To convert the construction entities to geometry entities, use the function ProSectionEntityConstructionSet() with the input argument construction set to PRO_B_FALSE.
|