ExporterIFC.GetOrCreateFillPattern
Method
Description:
Get (or create) the IfcFillPatternStyle associated with an ElementId.
Get (or create) the IfcFillPatternStyle associated with an ElementId.
Syntax
public IFCAnyHandle GetOrCreateFillPattern(
ElementId fillPatternId,
Color color,
double planScale
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| fillPatternId | ElementId | The fill pattern id. |
| color | Color | The pattern color. |
| planScale | Double | The view scale. |
Return Value
| Type | Description |
|---|---|
| IFCAnyHandle | The IfcSurfaceStyle. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |