Document.NewCurtainSystem
Description:
Creates a new CurtainSystem element from a set of faces.
Creates a new CurtainSystem element from a set of faces.
Remarks:
The input faces will be copied during the operations so that they can be any faces.
The input faces will be copied during the operations so that they can be any faces.
public CurtainSystem NewCurtainSystem(
FaceArray faces,
CurtainSystemType curtainSystemType
)
-
facesThe faces new CurtainSystem will be created on.
-
curtainSystemTypeThe Type of CurtainSystem to be created.
-
Thrown in following cases: The input argument faces or curtainSystemType isnullNothingnullptra null reference (Nothingin Visual Basic). The size of faces is zero.
-
Thrown when the CurtainSystem cannot be created or regenerate fails.
-
Thrown if the curtain system type does not exist in the given document.