C# 클래스 Revit.SDK.Samples.CurtainSystem.CS.CurtainSystem.SystemData

the class to maintain the data and operations of the curtain system
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
CreateCurtainSystem ( List faceIndices, bool byFaceArray ) : void

create a new curtain system

DeleteCurtainSystem ( List checkedIndices ) : void

delete the curtain systems

SystemData ( MyDocument mydoc ) : System

constructor

메소드 상세

CreateCurtainSystem() 공개 메소드

create a new curtain system
public CreateCurtainSystem ( List faceIndices, bool byFaceArray ) : void
faceIndices List /// the faces to be covered with new curtain system ///
byFaceArray bool /// indicates whether the curtain system will be created by face array ///
리턴 void

DeleteCurtainSystem() 공개 메소드

delete the curtain systems
public DeleteCurtainSystem ( List checkedIndices ) : void
checkedIndices List /// the curtain systems to be deleted ///
리턴 void

SystemData() 공개 메소드

constructor
public SystemData ( MyDocument mydoc ) : System
mydoc Revit.SDK.Samples.CurtainSystem.CS.Data.MyDocument /// the document of the sample ///
리턴 System