<Code Lib>
2025 Method
Changes 0
M

Document.IsPainted

Description:
Checks if the element's face is painted with a material.

public bool IsPainted(
	ElementId elementId,
	Face face
)

  • elementId
    The element that the face belongs to.
  • face
    The painted element's face.
Return Value Boolean True if the element's face is painted.

Loading…