2024 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
)
Return Value CurtainSystem The CurtainSystem created will be returned when the operation succeeds.