CurveBoundarySet Method

Sets parameters of the curve boundary.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void Set(
        int numElements,
        Entity3d[] curve3ds,
        Curve2d[] curve2ds,
        bool orientation3d,
        bool orientation2d
)

Parameters

numElements  Int32
[in] Number of curves in the curve boundary.
curve3ds  Entity3d
[in] Array of 3D curves of each element in the curve boundary.
curve2ds  Curve2d
[in] Array of 2D curves of each element in the curve boundary.
orientation3d  Boolean
[in] Orientation flag for each 3D curve element (regular or revesed). Valid only if curve3d is not NULL.
orientation2d  Boolean
[in] Orientation flag for each 2D curve element (regular or revesed). Valid only if curve2d is not NULL.
See Also

©  Bricsys NV. All rights reserved.