Document.NewFootPrintRoof
Description:
Creates a new FootPrintRoof element.
Creates a new FootPrintRoof element.
Remarks:
This method will regenerate the document even in manual regeneration mode.
This method will regenerate the document even in manual regeneration mode.
public FootPrintRoof NewFootPrintRoof(
CurveArray footPrint,
Level level,
RoofType roofType,
out ModelCurveArray footPrintToModelCurvesMapping
)
-
footPrintThe footprint of the FootPrintRoof.
-
levelThe level of the FootPrintRoof.
-
roofTypeType of the FootPrintRoof.
-
footPrintToModelCurvesMappingAn 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.
-
Thrown if the level does not exist in the given document.
-
Thrown if the roof type does not exist in the given document.