2027 Method
Changes 0
M

Document.NewCurtainSystem

Description:
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.
public CurtainSystem NewCurtainSystem(
	FaceArray faces,
	CurtainSystemType curtainSystemType
)
  • faces
    The faces new CurtainSystem will be created on.
  • curtainSystemType
    The Type of CurtainSystem to be created.
Return Value CurtainSystem The CurtainSystem created will be returned when the operation succeeds.