2025.3 Method
Changes 0
M

Document.NewFootPrintRoof

Description:
Creates a new FootPrintRoof element.
Remarks:
This method will regenerate the document even in manual regeneration mode.
public FootPrintRoof NewFootPrintRoof(
	CurveArray footPrint,
	Level level,
	RoofType roofType,
	out ModelCurveArray footPrintToModelCurvesMapping
)
  • footPrint
    The footprint of the FootPrintRoof.
  • level
    The level of the FootPrintRoof.
  • roofType
    Type of the FootPrintRoof.
  • footPrintToModelCurvesMapping
    An array of Model Curves corresponding to the set of Curves input in the footPrint. By knowing which Model Curve was created by each footPrint curve, you can set properties like SlopeAngle for each curve.
Return Value FootPrintRoof FootPrintRoof