BRepBuilder.SetFaceMaterialId
Description:
Sets material id to a face.
Sets material id to a face.
public void SetFaceMaterialId(
BRepBuilderGeometryId faceId,
ElementId materialId
)
-
faceIdId of the face to which material id will be added. faceId was returned by a call to AddFace().
-
materialIdThe material id associated with the face, or invalidElementId if none. It is not verified that materialId corresponds to a valid Material element.
-
The supplied face id doesn't correspond to a face stored in this BRepBuilder object.
-
A non-optional argument was null
-
This BRepBuilder object isn't accepting new data, either because it has already been used to build geometry, or because of an error. Consult the State property of the BRepBuilder object for more details.