<Code Lib>
2025.3 Method
Changes 5
M

ExporterIFC.GetOrCreateFillPattern

Description:
Get (or create) the IfcFillPatternStyle associated with an ElementId.

public IFCAnyHandle GetOrCreateFillPattern(
	ElementId fillPatternId,
	Color color,
	double planScale
)

  • fillPatternId
    The fill pattern id.
  • color
    The pattern color.
  • Double
    planScale
    The view scale.
Return Value IFCAnyHandle The IfcSurfaceStyle.

Loading…