M

IFCLevelInfo.Create

Description:
Creates an IFCLevelInfo.
public static IFCLevelInfo Create(
	IFCAnyHandle buildingStorey,
	IFCAnyHandle localPlacement,
	double height,
	double elevation,
	double scaleFactor,
	bool isPrimaryLevel
)
  • buildingStorey
    The building storey handle (IfcBuildingStorey).
  • localPlacement
    The local placement handle (IfcLocalPlacement).
  • Double
    height
    The height of the level.
  • Double
    elevation
    The elevation of the level.
  • Double
    scaleFactor
    The scale factor.
  • Boolean
    isPrimaryLevel
    True if this is primary level, false otherwise.
Return Value IFCLevelInfo The IFCLevelInfo object.