<Code Lib>
2025.3 Method
Changes 5
M

IFCFile.CreateStyle(ExporterIFC, IFCAnyHandle, Color, ElementId)

Description:
Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
Overloads (2):
CreateStyle(ExporterIFC,IFCAnyHandle,Color,ElementId)

public IFCAnyHandle CreateStyle(
	ExporterIFC exporterIFC,
	IFCAnyHandle repItem,
	Color color,
	ElementId fillPatternId
)

Return Value IFCAnyHandle The handle.

Loading…