SubDMeshSplitFace Method

Cuts a face in two using two points on different edges of the original face.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SplitFace(
        SubentityId subentFaceId,
        SubentityId subent0,
        Point3d point0,
        SubentityId subent1,
        Point3d point1
)

Parameters

subentFaceId  SubentityId
[in] Subentity ID of the face to cut.
subent0  SubentityId
[in] Subentity ID of the first edge.
point0  Point3d
[in] Point on the first edge.
subent1  SubentityId
[in] Subentity ID of the second edge.
point1  Point3d
[in] Point on the second edge.
See Also

©  Bricsys NV. All rights reserved.