M

Document.NewSlab

Description:
Creates a slab within the project with the given horizontal profile using the default floor style.
Remarks:
The curves of the profile must be contiguous and the Face formed by profile should be suitable to create slab.
public Floor NewSlab(
	CurveArray profile,
	Level level,
	Line slopedArrow,
	double slope,
	bool isStructural
)
Return Value nullNothingnullptr If successful a new floor object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .