BRepBuilder.IsValidFaceId
Description:
A validator function that checks whether the face id corresponds to a face previously added to this BRepBuilder object.
A validator function that checks whether the face id corresponds to a face previously added to this BRepBuilder object.
public bool IsValidFaceId(
BRepBuilderGeometryId faceId
)
-
faceIdFace id to be validated.
Return Value
bool
True if faceId corresponds to a face previously added to this BRepBuilder, false otherwise.
-
A non-optional argument was null